From f885474137df4b89498c0b8834c2ac72c47aa4bd Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 26 Feb 2018 12:18:14 +1100 Subject: XMSS-related files get includes.h --- sshkey-xmss.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sshkey-xmss.c') diff --git a/sshkey-xmss.c b/sshkey-xmss.c index 41cc1bade..f146098b3 100644 --- a/sshkey-xmss.c +++ b/sshkey-xmss.c @@ -23,6 +23,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "includes.h" + #include #include @@ -31,6 +33,9 @@ #include #include #include +#ifdef HAVE_SYS_FILE_H +# include +#endif #include "ssh2.h" #include "ssherr.h" -- cgit v1.2.3