about summary refs log tree commit diff
path: root/utils/defork/defork.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-01-19 10:16:12 +0100
committervan Hauser <vh@thc.org>2021-01-19 10:16:12 +0100
commitca1eb32552636240acbb85f0b52668e23e4429e4 (patch)
tree6f68a737ec6efa3b8bace803609903c68f487459 /utils/defork/defork.c
parenta9ebf72a8408f993e6279ba853c49e31310cf73f (diff)
downloadafl++-ca1eb32552636240acbb85f0b52668e23e4429e4.tar.gz
fix compiles
Diffstat (limited to 'utils/defork/defork.c')
-rw-r--r--utils/defork/defork.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/defork/defork.c b/utils/defork/defork.c
index f50b9a4b..c9be3283 100644
--- a/utils/defork/defork.c
+++ b/utils/defork/defork.c
@@ -5,6 +5,7 @@
 #include <stdbool.h>
 
 #include "../../include/config.h"
+#include "../../include/types.h"
 
 /* we want to fork once (for the afl++ forkserver),
    then immediately return as child on subsequent forks. */