diff options
Diffstat (limited to 'gr-utils/python/modtool/gr-newmod/lib/test_howto.cc')
-rw-r--r-- | gr-utils/python/modtool/gr-newmod/lib/test_howto.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/python/modtool/gr-newmod/lib/test_howto.cc b/gr-utils/python/modtool/gr-newmod/lib/test_howto.cc index 9c5faa0eba..f01bd5a064 100644 --- a/gr-utils/python/modtool/gr-newmod/lib/test_howto.cc +++ b/gr-utils/python/modtool/gr-newmod/lib/test_howto.cc @@ -27,7 +27,7 @@ #include <cppunit/TextTestRunner.h> #include <cppunit/XmlOutputter.h> -#include <gr_unittests.h> +#include <gnuradio/unittests.h> #include "qa_howto.h" #include <iostream> |