summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/config.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/config.c b/src/core/config.c
index ce92d90a6..3a57ffd51 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -199,3 +199,11 @@ REQUIRE_OBJECT ( wince );
#ifdef PXE_IMAGE
REQUIRE_OBJECT ( pxe );
#endif
+
+/*
+ * Drag in miscellaneous objects
+ *
+ */
+#ifdef NULL_TRAP
+REQUIRE_OBJECT ( nulltrap );
+#endif