From 9058263a6bf8d44dc8e822d0f7b871b8f1a92bc1 Mon Sep 17 00:00:00 2001 From: Love Hörnquist Åstrand Date: Sun, 8 Oct 2006 21:45:07 +0000 Subject: r19176: Also require and for non samba builds. (This used to be commit fe621c1ab277407fb62ad7bced829815b6625f22) --- source4/lib/socket_wrapper/socket_wrapper.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4') diff --git a/source4/lib/socket_wrapper/socket_wrapper.c b/source4/lib/socket_wrapper/socket_wrapper.c index d2ef84ac22..e3c0592085 100644 --- a/source4/lib/socket_wrapper/socket_wrapper.c +++ b/source4/lib/socket_wrapper/socket_wrapper.c @@ -65,10 +65,12 @@ #include #include #include +#include #include #include #include #include +#include #include #include #include -- cgit