summaryrefslogtreecommitdiff
path: root/sk-api.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-11-02 23:25:01 +1100
committerDarren Tucker <dtucker@dtucker.net>2019-11-02 23:25:01 +1100
commit03ffc0951c305c8e3b5fdc260d65312a57f8f7ea (patch)
tree32cd30bef35ba6f0be8a8f4e676da0297820d52b /sk-api.h
parent19cb64c4b42d4312ce12091fd9436dbd6898998c (diff)
downloadopenssh-git-03ffc0951c305c8e3b5fdc260d65312a57f8f7ea.tar.gz
Put stdint.h inside ifdef HAVE_STDINT_H.
Diffstat (limited to 'sk-api.h')
-rw-r--r--sk-api.h2
1 files changed, 2 insertions, 0 deletions
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