summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 11:56:50 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 12:05:49 -0800
commit213ad6310a875cf3c4927b37d4001dc4733de239 (patch)
tree786d2badd74c5b29c2a761c55805294eb911cc6e
parent9d9202d04dbc4d45561a4c62386f8de0bd31be18 (diff)
Use autoconf-set HAVE_STDINT_H instead of platform-specific ifdefs
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/FSlibos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FSlibos.h b/src/FSlibos.h
index 34bc64c..bb4bfd0 100644
--- a/src/FSlibos.h
+++ b/src/FSlibos.h
@@ -59,7 +59,7 @@ in this Software without prior written authorization from The Open Group.
#ifndef WIN32
-# if defined(__SCO__) || defined(__UNIXWARE__)
+# ifdef HAVE_STDINT_H
# include <stdint.h> /* For SIZE_MAX */
# endif