winspool: Fix the compilation on Solaris by including errno.h instead of sys/errno.h.
This commit is contained in:
parent
3d9c7657bc
commit
915ddc4026
|
@ -33,9 +33,7 @@
|
|||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <stddef.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…
Reference in New Issue