summaryrefslogtreecommitdiff
path: root/source4/smbd
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-02-10 06:59:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:39 -0500
commitbed7c9ec32b7d4083ba4ed2abbf3b6126bee7a25 (patch)
tree2ade02d10d5e24190eecea9c25a3d159bad35643 /source4/smbd
parent8fb475f626c61b977d6dcd3b20b3495fd9d0b95d (diff)
downloadsamba-bed7c9ec32b7d4083ba4ed2abbf3b6126bee7a25.tar.gz
samba-bed7c9ec32b7d4083ba4ed2abbf3b6126bee7a25.tar.bz2
samba-bed7c9ec32b7d4083ba4ed2abbf3b6126bee7a25.zip
r5304: removed lib/socket/socket.h from includes.h
(This used to be commit b902ea546d2d1327b23f40ddaeeaa8e7e3662454)
Diffstat (limited to 'source4/smbd')
-rw-r--r--source4/smbd/process_model.h2
-rw-r--r--source4/smbd/service_stream.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/source4/smbd/process_model.h b/source4/smbd/process_model.h
index 137f2add91..2575adeccb 100644
--- a/source4/smbd/process_model.h
+++ b/source4/smbd/process_model.h
@@ -22,6 +22,8 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#include "lib/socket/socket.h"
+
/* modules can use the following to determine if the interface has changed
* please increment the version number after each interface change
* with a comment and maybe update struct process_model_critical_sizes.
diff --git a/source4/smbd/service_stream.c b/source4/smbd/service_stream.c
index 35a6014eb2..4da4453ac7 100644
--- a/source4/smbd/service_stream.c
+++ b/source4/smbd/service_stream.c
@@ -24,6 +24,7 @@
#include "includes.h"
#include "process_model.h"
#include "lib/events/events.h"
+#include "lib/socket/socket.h"
#include "smbd/service_stream.h"
/* the range of ports to try for dcerpc over tcp endpoints */