Include <limits.h> if it's available.
authorewt <devnull@localhost>
Thu, 15 May 1997 14:01:41 +0000 (14:01 +0000)
committerewt <devnull@localhost>
Thu, 15 May 1997 14:01:41 +0000 (14:01 +0000)
CVS patchset: 1627
CVS date: 1997/05/15 14:01:41

misc/miscfn.h

index 7aa7d31..eda235e 100644 (file)
@@ -50,4 +50,8 @@ extern void *myrealloc(void *, size_t);
 #include <sys/socket.h>
 #endif
 
+#if HAVE_LIMITS_H
+#include <limits.h>
+#endif
+
 #endif