From c09ac5cf13ff0644163477c7f7b3f706d9f1ee93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Tue, 18 Mar 2008 10:10:50 +0000 Subject: [PATCH] patch by Artur Wyszynski (aljen): Build fix for Darwin host platform. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24431 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tools/fs_shell/unistd.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/tools/fs_shell/unistd.cpp b/src/tools/fs_shell/unistd.cpp index 51626e5c4b..fd4ae6b8ee 100644 --- a/src/tools/fs_shell/unistd.cpp +++ b/src/tools/fs_shell/unistd.cpp @@ -25,7 +25,9 @@ # include # include # include -# include +# ifndef HAIKU_HOST_PLATFORM_DARWIN +# include +# endif # else // the (POSIX) correct place of definition for ioctl() # include