Include <sys/param.h> for MAXPATHLEN - fixes the build.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23831 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2008-02-02 19:08:58 +00:00
parent 40da55c3ad
commit ff5defe060

View File

@ -40,6 +40,7 @@
#define _LIBUTIL_H_
#include <stdint.h>
#include <sys/param.h>
#include <sys/types.h>
#define PROPERTY_MAX_NAME 64