add limits.h for PATH_MAX

This commit is contained in:
Harald Welte 2009-02-02 14:50:29 +00:00
parent 7ed1a64d9d
commit 5f6f149983
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include <malloc.h>
#include <libgen.h>
#include <time.h>
#include <limits.h>
#include <sys/types.h>
#include <sys/stat.h>