summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/test_runtime.cc
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-03-27 16:59:13 -0400
committerTom Rondeau <trondeau@vt.edu>2013-03-27 16:59:13 -0400
commitb2e4a3e22fc2f75817a716d7c81e99ef64129bc6 (patch)
treec10229fb75d396bae7ea4fb7e633dceabb70ae1d /gnuradio-runtime/lib/test_runtime.cc
parenta7ee9c9f0575580daa0da7a844a09ba65af143e5 (diff)
build: remove config.h from any header files; only use it in source files.
Diffstat (limited to 'gnuradio-runtime/lib/test_runtime.cc')
-rw-r--r--gnuradio-runtime/lib/test_runtime.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnuradio-runtime/lib/test_runtime.cc b/gnuradio-runtime/lib/test_runtime.cc
index bd5378332e..783cbebc0b 100644
--- a/gnuradio-runtime/lib/test_runtime.cc
+++ b/gnuradio-runtime/lib/test_runtime.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>