Merged r10501:10505 from michaelld/omnithread into trunk. Moves omnithread header...
[debian/gnuradio] / gnuradio-core / src / lib / runtime / gr_sptr_magic.cc
index dc0b232a7db8ff9af2a193a506a475cf302a3e1c..3295f849e42a331553c2366d3371b9cfe91f05a1 100644 (file)
@@ -32,7 +32,7 @@
   typedef boost::mutex                 mutex;
   typedef boost::mutex::scoped_lock    scoped_lock;
 #else
-  #include <omnithread.h>
+  #include <gnuradio/omnithread.h>
   typedef omni_mutex                   mutex;
   typedef omni_mutex_lock              scoped_lock;
 #endif