]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - filter/image-private.h
Import changes from CUPS 1.4.1 (r8801)
[thirdparty/cups.git] / filter / image-private.h
index 79d440a80eccbed2fe7d68c222487b34b41741dd..0950cba0b6a9a578e4a5a942b1e7cdd1715e73e1 100644 (file)
 #  include <cups/string.h>
 #  include <stdlib.h>
 #  include <string.h>
-#  include <unistd.h>
+#  ifdef WIN32
+#    include <io.h>
+#  else
+#    include <unistd.h>
+#  endif /* WIN32 */
 #  include <errno.h>
 #  include <math.h>