From 625f88c6f3c59f55c3fc0320ea64f46fc7f6cb21 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Fri, 2 Dec 2011 15:29:04 +0100 Subject: [PATCH] netapi32: Fix the compilation on Solaris by including errno.h instead of sys/errno.h. --- dlls/netapi32/access.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dlls/netapi32/access.c b/dlls/netapi32/access.c index d3b906326da..c48c69357c3 100644 --- a/dlls/netapi32/access.c +++ b/dlls/netapi32/access.c @@ -21,9 +21,7 @@ #include "config.h" #include #include -#ifdef HAVE_SYS_ERRNO_H -#include -#endif +#include #ifdef HAVE_SYS_WAIT_H #include #endif -- 2.11.4.GIT