Fixes ticket:26, ticket:27, and ticket:32.
[debian/gnuradio] / gr-audio-osx / src / mld_threads.h
index 12adc23eeb86b874b3bb0891144d10f8ff424347..5885c38e9df9aead2ef0a02d7ecc5f0d9c91b754 100644 (file)
@@ -26,7 +26,7 @@
 /* classes which allow for either pthreads or omni_threads */
 
 #ifdef _USE_OMNI_THREADS_
-#include <gnuradio/omnithread.h>
+#include <omnithread.h>
 #else
 #include <pthread.h>
 #endif