Fixed error: ‘UINT_MAX’ was not declared in this scope

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@930 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
notdefine 2009-01-17 21:01:05 +00:00
parent f109f9c5ef
commit e97d661624

View File

@ -33,6 +33,7 @@
#include <assert.h> #include <assert.h>
#include <errno.h> #include <errno.h>
#include <math.h> #include <math.h>
#include <limits.h>
#include <sys/time.h> #include <sys/time.h>
#include <time.h> #include <time.h>