about summary refs log tree commit diff
path: root/afl-common.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-08-09 00:34:26 +0200
committervan Hauser <vh@thc.org>2019-08-09 00:34:26 +0200
commit41d2e7d6b6ac1bab20f73e1e023c8450bbfc657e (patch)
treeb4f0670fe450d32be87cdc94ed2d6dee0f097010 /afl-common.h
parent73d02f3a808903f02dd0b547e7db9ff00efdf6c5 (diff)
downloadafl++-41d2e7d6b6ac1bab20f73e1e023c8450bbfc657e.tar.gz
minor corrections
Diffstat (limited to 'afl-common.h')
-rw-r--r--afl-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/afl-common.h b/afl-common.h
index 07afb75d..161caa39 100644
--- a/afl-common.h
+++ b/afl-common.h
@@ -1,5 +1,6 @@
 #ifndef __AFLCOMMON_H
 #define __AFLCOMMON_H
+#include "types.h"
 
 void detect_file_args(char **argv, u8 *prog_in);
 #endif