[openssh-commits] [openssh] 01/01: Put stdint.h inside ifdef HAVE_STDINT_H.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Nov 2 23:28:02 AEDT 2019
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 03ffc0951c305c8e3b5fdc260d65312a57f8f7ea
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sat Nov 2 23:25:01 2019 +1100
Put stdint.h inside ifdef HAVE_STDINT_H.
---
sk-api.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sk-api.h b/sk-api.h
index 1de73342..2af0ef6f 100644
--- a/sk-api.h
+++ b/sk-api.h
@@ -19,7 +19,9 @@
#define _SK_API_H 1
#include <stddef.h>
+#ifdef HAVE_STDINT_H
#include <stdint.h>
+#endif
/* Flags */
#define SSH_SK_USER_PRESENCE_REQD 0x01
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list