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

View File

@@ -38,7 +38,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