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