summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2017-05-20 13:23:16 +0800
committerMatt Johnston <matt@ucc.asn.au>2017-05-20 13:23:16 +0800
commit5fef5159de5ffa389b5535bd1e59eb3d03ca6c4a (patch)
treefc26adab7954a7b3fc7cff1551a0b02a5c9f822b /includes.h
parent8bb133a13195c94855b457e30add3755533bc836 (diff)
downloaddropbear-5fef5159de5ffa389b5535bd1e59eb3d03ca6c4a.tar.gz
closer to working
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes.h b/includes.h
index e9fe1fd..b3e1357 100644
--- a/includes.h
+++ b/includes.h
@@ -133,7 +133,6 @@
#include <tommath.h>
#endif
-
#include "compat.h"
#ifndef HAVE_U_INT8_T
@@ -164,6 +163,8 @@ typedef u_int32_t uint32_t;
#include "fake-rfc2553.h"
+#include "fuzz.h"
+
#ifndef LOG_AUTHPRIV
#define LOG_AUTHPRIV LOG_AUTH
#endif