diff options
Diffstat (limited to 'omnithread/posix.cc')
-rw-r--r-- | omnithread/posix.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omnithread/posix.cc b/omnithread/posix.cc index 7325166c6c..5574a8a0dd 100644 --- a/omnithread/posix.cc +++ b/omnithread/posix.cc @@ -49,7 +49,7 @@ #include <stdlib.h> #include <errno.h> #include <time.h> -#include <omnithread.h> +#include <gnuradio/omnithread.h> #if (PthreadDraftVersion == 0) #error "PthreadDraftVersion not defined. If not sure, define it to 10" |