include <limits.h> for INT_MAX definition

This commit is contained in:
Yang Tse
2009-04-14 13:26:06 +00:00
parent c382c550e7
commit 2c27e24bb4
3 changed files with 3 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include <limits.h>
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif