diff options
Diffstat (limited to 'gr-audio-osx/src/mld_threads.h')
-rw-r--r-- | gr-audio-osx/src/mld_threads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-audio-osx/src/mld_threads.h b/gr-audio-osx/src/mld_threads.h index 12adc23ee..5885c38e9 100644 --- a/gr-audio-osx/src/mld_threads.h +++ b/gr-audio-osx/src/mld_threads.h @@ -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 |