Merged r10501:10505 from michaelld/omnithread into trunk. Moves omnithread header files into /gnuradio. Trunk passes distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10506 221aa14e-8319-0410-a670-987f0aec2ac5
This commit is contained in:
jcorgan 2009-02-25 19:04:35 +00:00
parent e0af1f6b42
commit 682fe8be0d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#define __macos__
#ifdef _USE_OMNI_THREADS_
#include <omnithread.h>
#include <gnuradio/omnithread.h>
#else
#include <pthread.h>
#endif