include sys/param.h for MAXPATHLEN

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4202 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty
2003-08-02 08:11:16 +00:00
parent 3a79ea54e8
commit e9004ce2e9
@@ -8,6 +8,7 @@
#include <unistd.h> #include <unistd.h>
#include <dirent.h> #include <dirent.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/param.h>
/* the root directory in /dev where all tty devices reside */ /* the root directory in /dev where all tty devices reside */