netapi32: Fix the compilation on Solaris by including errno.h instead of sys/errno.h.

This commit is contained in:
Francois Gouget 2011-12-02 15:29:04 +01:00 committed by Alexandre Julliard
parent e438743041
commit 625f88c6f3

View File

@ -21,9 +21,7 @@
#include "config.h"
#include <stdarg.h>
#include <fcntl.h>
#ifdef HAVE_SYS_ERRNO_H
#include <sys/errno.h>
#endif
#include <errno.h>
#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif