Haiku Support

Hope I didn't break things!
This commit is contained in:
Andrew Pamment
2018-10-18 11:36:02 +10:00
parent 93e08c0c3d
commit af8936c02e
18 changed files with 92 additions and 29 deletions

2
deps/jamlib/mbase.c vendored
View File

@@ -85,7 +85,7 @@
#if defined( __LINUX__ )
#include <sys/file.h>
#include <unistd.h>
#if defined(__sun) || defined(__MUSL__)
#if defined(__sun) || defined(__MUSL__) || defined(__HAIKU__)
#include <fcntl.h>
#endif
#endif