diff options
Diffstat (limited to 'fuzz/compose/target.c')
-rw-r--r-- | fuzz/compose/target.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzz/compose/target.c b/fuzz/compose/target.c index 69b434e..a7f15c1 100644 --- a/fuzz/compose/target.c +++ b/fuzz/compose/target.c @@ -3,6 +3,7 @@ * * Currently, just parses an input file, and hopefully doesn't crash or hang. */ +#include "config.h" #include <assert.h> |