summaryrefslogtreecommitdiffhomepage
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
commit5f2447edbb04dff504396e426268fbaf83fa6bca (patch)
tree5e4d77ae36520492cfae186708b8ee69d41d9175 /fuzz.h
parentc658b275fd01fa62eea135742c623dba5f39845c (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.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"