<fcntl.h> needs to be included for O_NOFOLLOW.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22175 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2007-09-05 02:54:24 +00:00
parent b40c990627
commit 4c8f3064a2

View File

@ -5,8 +5,10 @@ typedef unsigned long haiku_build_addr_t;
#define addr_t haiku_build_addr_t
#include <Errors.h>
#include <sys/types.h>
#include <fcntl.h>
#include <string.h>
#include <sys/types.h>
#include <sys/uio.h>
#ifdef __x86_64__