Haiku supporting patches
[platform/upstream/openblas.git] / ctest.c
diff --git a/ctest.c b/ctest.c
index 00be423..0571e9e 100644 (file)
--- 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