Fixed bug #34582 missing limits.h for unix arch (needed for default value "INT_MAX" of RECV_BUFSIZE_DEFAULT)

This commit is contained in:
goldsimon 2011-10-18 10:36:38 +02:00
parent bdcf5c1ef9
commit eaf034149e
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
/* Include some files for defining library routines */
#include <string.h>
#include <sys/time.h>
#include <limits.h>
/* Define platform endianness */
#ifndef BYTE_ORDER