From c8fa948b2a038ae5b58f1b1fc3ead99dd116dc36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Wed, 10 Nov 2010 09:02:15 +0000 Subject: [PATCH] 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 --- src/bin/addattr/addAttr.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/bin/addattr/addAttr.cpp b/src/bin/addattr/addAttr.cpp index 2ffff467ee..8af32518af 100644 --- a/src/bin/addattr/addAttr.cpp +++ b/src/bin/addattr/addAttr.cpp @@ -13,10 +13,11 @@ #include +#include +#include #include #include -#include -#include +#include template