mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 15:18:26 -05:00
ENH: add initial support for HAIKU OS from bug# 7425
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user