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