diff options
author | Matt Johnston <matt@ucc.asn.au> | 2018-02-28 22:02:12 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-02-28 22:02:12 +0800 |
commit | 5f2447edbb04dff504396e426268fbaf83fa6bca (patch) | |
tree | 5e4d77ae36520492cfae186708b8ee69d41d9175 /fuzz.h | |
parent | c658b275fd01fa62eea135742c623dba5f39845c (diff) |
Fix to be able to compile normal(ish) binaries with --enable-fuzz
--HG--
branch : fuzz
Diffstat (limited to 'fuzz.h')
-rw-r--r-- | fuzz.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ #define DROPBEAR_FUZZ_H #include "config.h" + #if DROPBEAR_FUZZ #include "includes.h" |