summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-12-20 00:28:21 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-12-20 00:28:21 +0000
commit7190b950937816d5b4e58cb8a53a91fd137ec961 (patch)
treede0fea6b9efc8fdb23f2402466538293655b65af
parent73b64a056a56cd713af172ef7adc2a5e63909784 (diff)
merge XFree86 RC2 (4.3.99.902) from vendor branchXEVIE-BASE
-rw-r--r--src/FSlibos.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/FSlibos.h b/src/FSlibos.h
index 5e4fe92..c164b83 100644
--- a/src/FSlibos.h
+++ b/src/FSlibos.h
@@ -1,3 +1,4 @@
+/* $XdotOrg: FSlibos.h,v 1.4 2001/02/09 02:03:25 xorgcvs Exp $ */
/* $Xorg: FSlibos.h,v 1.4 2001/02/09 02:03:25 xorgcvs Exp $ */
/* @(#)FSlibos.h 4.1 91/05/02
@@ -50,7 +51,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 +62,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
*/