summaryrefslogtreecommitdiff
path: root/m4/stdint.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-06-23 20:52:39 +0000
committerBruno Haible <bruno@clisp.org>2006-06-23 20:52:39 +0000
commitb989300b1c874e93a3570eb793874de7aee52535 (patch)
treea416cbf51f8efa3e71682131d764bbb8c25c40dd /m4/stdint.m4
parentb258683f73569d6d7ca77431fa4f3506d0b3a21e (diff)
downloadgnulib-b989300b1c874e93a3570eb793874de7aee52535.tar.gz
stdint module: treat IRIX like OpenBSD.
Diffstat (limited to 'm4/stdint.m4')
-rw-r--r--m4/stdint.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/stdint.m4 b/m4/stdint.m4
index 55388fae95..733c3c6021 100644
--- a/m4/stdint.m4
+++ b/m4/stdint.m4
@@ -1,4 +1,4 @@
-# stdint.m4 serial 7
+# stdint.m4 serial 8
dnl Copyright (C) 2001-2002, 2004-2006 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -90,7 +90,7 @@ typedef int array [2 * (POW63 != 0 && POW64 == 0) - 1];
#if defined(__FreeBSD__) && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)
# include <sys/inttypes.h>
#endif
-#if defined(__OpenBSD__)
+#if defined(__OpenBSD__) || defined(__sgi)
# include <sys/types.h>
# if HAVE_INTTYPES_H
# include FULL_PATH_INTTYPES_H