aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-14 07:42:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-14 07:42:10 +0000
commitc3614fa6a36d5d28fce0ffbce2110dfff4822c23 (patch)
tree797613b60cc7f0c6eda204ca3b2dcbeddbfc9778 /src/main.c
parentf1da9e508e049904f02cae246cdc844487bc8c0d (diff)
Gisle Vanem updated the code for win32 and djgpp builds.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index aac07bef2..bd757a554 100644
--- a/src/main.c
+++ b/src/main.c
@@ -88,6 +88,10 @@
#endif
+#ifdef HAVE_LIMITS_H
+#include <limits.h>
+#endif
+
#ifdef HAVE_SYS_POLL_H
#include <sys/poll.h>
#endif