Need to include limits.h for PATH_MAX.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@967 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2005-08-04 11:19:06 +00:00
parent 0d118de9a6
commit b9abb01d00

View File

@ -27,6 +27,7 @@
#include <sys/time.h> /* gettimeofday */ #include <sys/time.h> /* gettimeofday */
#include <sys/times.h> /* times */ #include <sys/times.h> /* times */
#include <ctype.h> /* toupper */ #include <ctype.h> /* toupper */
#include <limits.h> /* PATH_MAX */
#include <errno.h> #include <errno.h>
#include "rdesktop.h" #include "rdesktop.h"