summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/config.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/config.c b/src/core/config.c
index 71f8777d9..a65d0a9a1 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -184,6 +184,9 @@ REQUIRE_OBJECT ( dhcp_cmd );
* Drag in miscellaneous objects
*
*/
-#ifdef NULL_TRAP
+#ifdef NULL_TRAP
REQUIRE_OBJECT ( nulltrap );
#endif
+#ifdef DUMP_GDBSYM
+REQUIRE_OBJECT ( gdbsym );
+#endif