ENH: add initial support for HAIKU OS from bug# 7425

This commit is contained in:
Bill Hoffman
2008-09-15 17:53:28 -04:00
parent f49f1d2973
commit 64fc597de2
20 changed files with 97 additions and 16 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
#include <errno.h>
#include <stdlib.h>
#if defined(__BEOS__)
#if defined(__BEOS__) || defined (__HAIKU__)
#include <unistd.h> /* prevents a conflict with a #define later on... */
#endif