Commit d867a77b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Make the unistd.h include conditional.

parent c995331d
......@@ -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>
......
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