summaryrefslogtreecommitdiff
path: root/usrp/host/lib/legacy/mld_threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'usrp/host/lib/legacy/mld_threads.h')
-rw-r--r--usrp/host/lib/legacy/mld_threads.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usrp/host/lib/legacy/mld_threads.h b/usrp/host/lib/legacy/mld_threads.h
index 1653e83eb..6e60e8837 100644
--- a/usrp/host/lib/legacy/mld_threads.h
+++ b/usrp/host/lib/legacy/mld_threads.h
@@ -27,8 +27,9 @@
/* classes which allow for either pthreads or omni_threads */
+#define __macos__
#ifdef _USE_OMNI_THREADS_
-#include <gnuradio/omnithread.h>
+#include <omnithread.h>
#else
#include <pthread.h>
#endif