summaryrefslogtreecommitdiff
path: root/fuzz.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2018-02-28 22:02:12 +0800
committerMatt Johnston <matt@ucc.asn.au>2018-02-28 22:02:12 +0800
commit08c1de60dd15acdd78557b71b378f58663662103 (patch)
tree7e48d1753a694d8f664e10fd5cf9e4c3a031fdf3 /fuzz.h
parent0445b513cdb243c54b8e10fa56eb4860e6109066 (diff)
downloaddropbear-08c1de60dd15acdd78557b71b378f58663662103.tar.gz
Fix to be able to compile normal(ish) binaries with --enable-fuzz
Diffstat (limited to 'fuzz.h')
-rw-r--r--fuzz.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzz.h b/fuzz.h
index dd37c15..42ce494 100644
--- a/fuzz.h
+++ b/fuzz.h
@@ -2,6 +2,7 @@
#define DROPBEAR_FUZZ_H
#include "config.h"
+
#if DROPBEAR_FUZZ
#include "includes.h"