diff options
Diffstat (limited to 'sockutils.c')
-rw-r--r-- | sockutils.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sockutils.c b/sockutils.c index ef3fe764..e01bd967 100644 --- a/sockutils.c +++ b/sockutils.c @@ -56,11 +56,7 @@ #include <errno.h> /* for the errno variable */ #include <stdio.h> /* for the stderr file */ #include <stdlib.h> /* for malloc() and free() */ -#ifdef HAVE_LIMITS_H -#include <limits.h> -#else -#define INT_MAX 2147483647 -#endif +#include <limits.h> /* for INT_MAX */ #include "pcap-int.h" |