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-atsc | |
parent | a7ee9c9f0575580daa0da7a844a09ba65af143e5 (diff) |
build: remove config.h from any header files; only use it in source files.
Diffstat (limited to 'gr-atsc')
-rw-r--r-- | gr-atsc/lib/test_atsci.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gr-atsc/lib/test_atsci.cc b/gr-atsc/lib/test_atsci.cc index 9aeb718cb8..a3703d4d31 100644 --- a/gr-atsc/lib/test_atsci.cc +++ b/gr-atsc/lib/test_atsci.cc @@ -20,6 +20,10 @@ * Boston, MA 02110-1301, USA. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <gr_unittests.h> #include <cppunit/TextTestRunner.h> #include <cppunit/XmlOutputter.h> |