Make the unistd.h include conditional.

This commit is contained in:
Francois Gouget 2005-07-22 09:04:08 +00:00 committed by Alexandre Julliard
parent c995331d27
commit d867a77b63
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@
#include <string.h>
#include <ctype.h>
#include <stddef.h>
#include <unistd.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <signal.h>
#ifdef HAVE_CUPS_CUPS_H
# include <cups/cups.h>