summaryrefslogtreecommitdiffstats
path: root/xmss_hash_address.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2018-02-26 02:18:14 +0100
committerDamien Miller <djm@mindrot.org>2018-02-26 02:18:14 +0100
commitf885474137df4b89498c0b8834c2ac72c47aa4bd (patch)
treed3015cda2edbafbfc270ab6ff35007dd03c0d8dd /xmss_hash_address.c
parentobject files end with .o - not .c (diff)
downloadopenssh-f885474137df4b89498c0b8834c2ac72c47aa4bd.tar.xz
openssh-f885474137df4b89498c0b8834c2ac72c47aa4bd.zip
XMSS-related files get includes.h
Diffstat (limited to 'xmss_hash_address.c')
-rw-r--r--xmss_hash_address.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmss_hash_address.c b/xmss_hash_address.c
index 223c6f8ab..385868de7 100644
--- a/xmss_hash_address.c
+++ b/xmss_hash_address.c
@@ -4,6 +4,8 @@ Andreas Hülsing
Joost Rijneveld
Public domain.
*/
+#include "includes.h"
+
#include <stdint.h>
#include "xmss_hash_address.h" /* prototypes */