diff fuzz.h @ 1559:92c93b4a3646 fuzz

Fix to be able to compile normal(ish) binaries with --enable-fuzz
author Matt Johnston <matt@ucc.asn.au>
date Wed, 28 Feb 2018 22:02:12 +0800
parents 2f64cb3d3007
children 02b226c2675e
line wrap: on
line diff
--- a/fuzz.h	Wed Feb 28 21:40:08 2018 +0800
+++ b/fuzz.h	Wed Feb 28 22:02:12 2018 +0800
@@ -2,6 +2,7 @@
 #define DROPBEAR_FUZZ_H
 
 #include "config.h"
+
 #if DROPBEAR_FUZZ
 
 #include "includes.h"