close() is defined in unistd.h as per the OpenGroup. Hope this

works on all host platforms, fixes the build on Linux at least.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39384 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2010-11-10 09:02:15 +00:00
parent 8e61947230
commit c8fa948b2a
+3 -2
View File
@@ -13,10 +13,11 @@
#include <fs_attr.h>
#include <ctype.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <ctype.h>
#include <unistd.h>
template<class Type>