Skip to content
Snippets Groups Projects
Commit 625f88c6 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard
Browse files

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

parent e4387430
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment