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 @@
#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
......
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