diff options
Diffstat (limited to 'gnuradio-runtime/lib/thread/thread.cc')
-rw-r--r-- | gnuradio-runtime/lib/thread/thread.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/thread/thread.cc b/gnuradio-runtime/lib/thread/thread.cc index af0822445d..1727dc6621 100644 --- a/gnuradio-runtime/lib/thread/thread.cc +++ b/gnuradio-runtime/lib/thread/thread.cc @@ -23,7 +23,7 @@ #include <config.h> #endif -#include <thread/thread.h> +#include <gnuradio/thread/thread.h> #if defined(_WIN32) || defined(__WIN32__) || defined(WIN32) |