Need <limits.h>
robs [Mon, 18 Jun 2001 14:25:09 +0000 (14:25 +0000)]
libfcgi/fcgiapp.c

index 0cee63e..ff8df6b 100644 (file)
@@ -11,7 +11,7 @@
  *
  */
 #ifndef lint
-static const char rcsid[] = "$Id: fcgiapp.c,v 1.20 2001/06/18 14:15:51 robs Exp $";
+static const char rcsid[] = "$Id: fcgiapp.c,v 1.21 2001/06/18 14:25:09 robs Exp $";
 #endif /* not lint */
 
 #include <assert.h>
@@ -39,6 +39,10 @@ static const char rcsid[] = "$Id: fcgiapp.c,v 1.20 2001/06/18 14:15:51 robs Exp
 #include <unistd.h>
 #endif
 
+#ifdef HAVE_LIMITS_H
+#include <limits.h>
+#endif
+
 #ifdef _WIN32
 #define DLLAPI  __declspec(dllexport)
 #endif