r17533: add missing include, so that "socket options = TCP_NODELY" as
authorStefan Metzmacher <metze@samba.org>
Mon, 14 Aug 2006 09:58:50 +0000 (09:58 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:15:34 +0000 (14:15 -0500)
default can work...

metze
(This used to be commit bec738c2a37bf814073bc38a312808f563597319)

source4/param/loadparm.c

index 6a47573932d4a720fae65a87cc50d68d0252aaf8..5867003b5217c3a7edf7cb484d40e39c036bb32b 100644 (file)
@@ -59,6 +59,7 @@
 #include "pstring.h"
 #include "system/time.h"
 #include "system/locale.h"
+#include "system/network.h" /* needed for TCP_NODELAY */
 #include "librpc/gen_ndr/svcctl.h"
 #include "librpc/gen_ndr/samr.h"
 #include "smb_server/smb_server.h"