[openssh-commits] [openssh] 02/03: Include compat header for definitions.
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Jan 14 14:48:55 AEDT 2020
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit a0989b60211b6f1c2313e1397c526d883a23a075
Author: Darren Tucker <dtucker at dtucker.net>
Date: Tue Jan 14 14:26:41 2020 +1100
Include compat header for definitions.
---
ssh-ed25519-sk.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ssh-ed25519-sk.c b/ssh-ed25519-sk.c
index 89bf479d..b6f28c09 100644
--- a/ssh-ed25519-sk.c
+++ b/ssh-ed25519-sk.c
@@ -17,6 +17,8 @@
/* #define DEBUG_SK 1 */
+#include "includes.h"
+
#define SSHKEY_INTERNAL
#include <sys/types.h>
#include <limits.h>
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list