diff options
Diffstat (limited to 'gr-blocks/lib/qa_blocks.h')
-rw-r--r-- | gr-blocks/lib/qa_blocks.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-blocks/lib/qa_blocks.h b/gr-blocks/lib/qa_blocks.h index ad538134bd..4d52878454 100644 --- a/gr-blocks/lib/qa_blocks.h +++ b/gr-blocks/lib/qa_blocks.h @@ -23,12 +23,12 @@ #ifndef _QA_GR_BLOCKS_H_ #define _QA_GR_BLOCKS_H_ -#include <attributes.h> +#include <gnuradio/attributes.h> #include <cppunit/TestSuite.h> //! collect all the tests for the gr-blocks directory -class __GR_ATTR_EXPORT qa_gr_blocks +class __GR_ATTR_EXPORT qa_blocks { public: //! return suite of tests for all of gr-blocks directory |