aboutsummaryrefslogtreecommitdiff
path: root/src/threading.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/threading.cpp')
-rw-r--r--src/threading.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/threading.cpp b/src/threading.cpp
index 1de277259..cefe0ce8b 100644
--- a/src/threading.cpp
+++ b/src/threading.cpp
@@ -474,7 +474,7 @@ gb_internal void tpool_wait_on_addr(Futex *addr, Footex val) {
}
}
-#if defined(GB_SYSTEM_FREEBSD)
+#elif defined(GB_SYSTEM_FREEBSD)
#include <sys/types.h>
#include <sys/umtx.h>