Include sys/param.h for PATH_MAX

This commit is contained in:
Julien BLACHE 2010-01-09 13:42:23 +01:00
parent 6c38cd2ef5
commit 99df67b53c
3 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include <string.h>
#include <time.h>
#include <errno.h>
#include <sys/param.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>

View File

@ -29,6 +29,7 @@
#include <string.h>
#include <ctype.h>
#include <limits.h>
#include <sys/param.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>

View File

@ -29,6 +29,7 @@
#include <errno.h>
#include <pthread.h>
#include <time.h>
#include <sys/param.h>
#include <sys/queue.h>
#include <sys/types.h>
#include <sys/stat.h>