Doesn't compile under BeOS R5 due to O_WRONLY being undefined, so include

the appropriate header.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14582 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Alexander G.M. Smith
2005-10-30 21:28:22 +00:00
parent bd65facedb
commit f444e3eb68
+1
View File
@@ -14,6 +14,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h> // For O_WRONLY in BeOS R5 headers.
#include <kernel/fs_attr.h>
int main(int32 argc, const char **argv)