summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime/gr_logger.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-core/src/lib/runtime/gr_logger.cc')
-rw-r--r--gnuradio-core/src/lib/runtime/gr_logger.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnuradio-core/src/lib/runtime/gr_logger.cc b/gnuradio-core/src/lib/runtime/gr_logger.cc
index 530c66f964..1ffb04f789 100644
--- a/gnuradio-core/src/lib/runtime/gr_logger.cc
+++ b/gnuradio-core/src/lib/runtime/gr_logger.cc
@@ -26,9 +26,9 @@
* The gr_log module wraps the log4cpp library for logging in gnuradio.
*******************************************************************************/
-//#ifdef HAVE_CONFIG_H
-//#include "config.h"
-//#endif
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <gr_logger.h>
#include <stdexcept>