netapi32: Fix the compilation on Solaris by including errno.h instead of sys/errno.h.
This commit is contained in:
parent
e438743041
commit
625f88c6f3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user