From 6463bffd593d0b5346482dd3a35b7558fc056868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= Date: Thu, 2 Aug 2018 20:49:14 +0200 Subject: Haiku supporting patches --- ctest.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ctest.c') diff --git a/ctest.c b/ctest.c index 00be423d1..0571e9e02 100644 --- a/ctest.c +++ b/ctest.c @@ -101,6 +101,10 @@ OS_INTERIX OS_LINUX #endif +#if defined(__HAIKU__) +OS_HAIKU +#endif + #if defined(__i386) || defined(_X86) ARCH_X86 #endif -- cgit v1.2.3