From c46648b397b307288d06bea776301b11d7135d42 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 14 Aug 2006 09:58:50 +0000 Subject: r17533: add missing include, so that "socket options = TCP_NODELY" as default can work... metze (This used to be commit bec738c2a37bf814073bc38a312808f563597319) --- source4/param/loadparm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/param') diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c index 6a47573932..5867003b52 100644 --- a/source4/param/loadparm.c +++ b/source4/param/loadparm.c @@ -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" -- cgit