summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h
index c5a79901c4..a16b37b43e 100644
--- a/include/config.h
+++ b/include/config.h
@@ -3936,9 +3936,11 @@
#endif
/*
- * Apply test config overrides last, since tests need to override some of the
- * config flags in non-standard ways to mock only parts of the system.
+ * Apply fuzzer and test config overrides last, since fuzzers and tests need to
+ * override some of the config flags in non-standard ways to mock only parts of
+ * the system.
*/
+#include "fuzz_config.h"
#include "test_config.h"
/*