Commit 625f88c6 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent e4387430
...@@ -21,9 +21,7 @@ ...@@ -21,9 +21,7 @@
#include "config.h" #include "config.h"
#include <stdarg.h> #include <stdarg.h>
#include <fcntl.h> #include <fcntl.h>
#ifdef HAVE_SYS_ERRNO_H #include <errno.h>
#include <sys/errno.h>
#endif
#ifdef HAVE_SYS_WAIT_H #ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h> #include <sys/wait.h>
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment