Commit 915ddc40 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 3d9c7657
...@@ -33,9 +33,7 @@ ...@@ -33,9 +33,7 @@
#include <string.h> #include <string.h>
#include <ctype.h> #include <ctype.h>
#include <stddef.h> #include <stddef.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