diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-27 16:59:13 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-27 16:59:13 -0400 |
commit | b2e4a3e22fc2f75817a716d7c81e99ef64129bc6 (patch) | |
tree | c10229fb75d396bae7ea4fb7e633dceabb70ae1d /gr-howto-write-a-block | |
parent | a7ee9c9f0575580daa0da7a844a09ba65af143e5 (diff) |
build: remove config.h from any header files; only use it in source files.
Diffstat (limited to 'gr-howto-write-a-block')
-rw-r--r-- | gr-howto-write-a-block/lib/test_howto.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gr-howto-write-a-block/lib/test_howto.cc b/gr-howto-write-a-block/lib/test_howto.cc index bf344265d7..9c5faa0eba 100644 --- a/gr-howto-write-a-block/lib/test_howto.cc +++ b/gr-howto-write-a-block/lib/test_howto.cc @@ -20,6 +20,10 @@ * Boston, MA 02110-1301, USA. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <cppunit/TextTestRunner.h> #include <cppunit/XmlOutputter.h> |