diff liboctave/oct-types.h.in @ 6058:cb4324a4fbb5

[project @ 2006-10-18 02:16:07 by jwe]
author jwe
date Wed, 18 Oct 2006 02:16:07 +0000
parents 22e23bee74c8
children 93c65f2a5668
line wrap: on
line diff
--- a/liboctave/oct-types.h.in
+++ b/liboctave/oct-types.h.in
@@ -32,6 +32,10 @@
 #include <inttypes.h>
 #else
 
+#if defined (HAVE_LIMITS_H)
+#include <limits.h>
+#endif
+
 #if CHAR_BIT == 8
 typedef signed char int8_t;
 typedef unsigned char uint8_t;