diff options
Diffstat (limited to 'usrp2/host/lib/ring.h')
-rw-r--r-- | usrp2/host/lib/ring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/host/lib/ring.h b/usrp2/host/lib/ring.h index 2f4346ca6..19ae9ae97 100644 --- a/usrp2/host/lib/ring.h +++ b/usrp2/host/lib/ring.h @@ -21,7 +21,7 @@ #ifndef INCLUDED_RING_H #define INCLUDED_RING_H -#include <omnithread.h> +#include <gnuradio/omnithread.h> #include <stddef.h> #include <vector> #include <boost/shared_ptr.hpp> |