]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/cups.h
Merge changes from CUPS 1.5svn-r9105.
[thirdparty/cups.git] / cups / cups.h
index 2a256c2e4b300f057a344431640b21f97d3359d8..d21f2bd40e14e20a0466b8c7030177ab6b0e8aab 100644 (file)
@@ -25,6 +25,7 @@
 #  include <sys/types.h>
 #  if defined(WIN32) && !defined(__CUPS_SSIZE_T_DEFINED)
 #    define __CUPS_SSIZE_T_DEFINED
+#    include <stddef.h>
 /* Windows does not support the ssize_t type, so map it to off_t... */
 typedef off_t ssize_t;                 /* @private@ */
 #  endif /* WIN32 && !__CUPS_SSIZE_T_DEFINED */