summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-12-19 20:54:21 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-12-19 20:54:21 +0000
commitf0345958208586004bee80bac057b651162b8a27 (patch)
treedf87447d0f2a550975e68994f6135028ad60cf80
parentb84549f69b504b733592759c161d59a00de79ac3 (diff)
XFree86 4.3.99.902 (RC 2)xf86-4_3_99_902
-rw-r--r--src/FSlibos.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/FSlibos.h b/src/FSlibos.h
index 5e4fe92..7e56b4a 100644
--- a/src/FSlibos.h
+++ b/src/FSlibos.h
@@ -50,7 +50,7 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
-/* $XFree86: xc/lib/FS/FSlibos.h,v 3.10 2003/09/01 20:50:10 herrb Exp $ */
+/* $XFree86: xc/lib/FS/FSlibos.h,v 3.11 2003/12/19 02:05:37 dawes Exp $ */
/*
* FSlib networking & os include file
@@ -61,6 +61,10 @@ in this Software without prior written authorization from The Open Group.
#ifndef WIN32
+#if defined(SCO) || defined(__USLC__)
+#include <stdint.h> /* For SIZE_MAX */
+#endif
+
/*
* makedepend screws up on #undef OPEN_MAX, so we define a new symbol
*/