From 39398997fe28b72e38af667bf9e036d8ef47e30f Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sat, 18 Apr 2009 18:16:22 +0200 Subject: [PATCH] Include only through "sys/socket.h" Because we need to #undef NS_ALL after , and want to do that in just one place. --- src/lib/empthread/ntthread.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/empthread/ntthread.c b/src/lib/empthread/ntthread.c index e4937423..53e20848 100644 --- a/src/lib/empthread/ntthread.c +++ b/src/lib/empthread/ntthread.c @@ -52,14 +52,13 @@ #include #include #include -#include -#undef NS_ALL #include #include #include "misc.h" #include "empthread.h" #include "prototypes.h" #include "server.h" +#include "sys/socket.h" #define loc_MIN_THREAD_STACK 16384