We don't have <sys/file.h>. It wouldn't harm to add it, though.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12033 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2005-03-26 13:06:05 +00:00
parent 652f8945c1
commit d6ec927ff1
+1 -1
View File
@@ -32,7 +32,7 @@
#include <stdio.h>
#include <sys/types.h>
#ifndef _MINIX
#if !defined(_MINIX) && !defined(__BEOS__)
# include <sys/file.h>
#endif
#include "posixstat.h"