summaryrefslogtreecommitdiff
path: root/gr-audio-osx/src/mld_threads.h
diff options
context:
space:
mode:
authorjcorgan2006-08-12 19:25:38 +0000
committerjcorgan2006-08-12 19:25:38 +0000
commit0b9b3564fd50c630fbbce7a06fda134ae5468828 (patch)
treee30290878f0864ed47acbd28ab2f5109fd527262 /gr-audio-osx/src/mld_threads.h
parent4bd5af8ba135884f01973468a48802e12757397e (diff)
downloadgnuradio-0b9b3564fd50c630fbbce7a06fda134ae5468828.tar.gz
gnuradio-0b9b3564fd50c630fbbce7a06fda134ae5468828.tar.bz2
gnuradio-0b9b3564fd50c630fbbce7a06fda134ae5468828.zip
Fixes ticket:26, ticket:27, and ticket:32.
Merged -r3250:3255 from jcorgan/ticket-26. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3259 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-audio-osx/src/mld_threads.h')
-rw-r--r--gr-audio-osx/src/mld_threads.h2
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