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

oldstable
Francois Gouget 2011-12-02 15:29:23 +01:00 committed by Alexandre Julliard
parent 3d9c7657bc
commit 915ddc4026
1 changed files with 1 additions and 3 deletions

View File

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