summaryrefslogtreecommitdiffstats
path: root/sk-api.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-11-02 13:25:01 +0100
committerDarren Tucker <dtucker@dtucker.net>2019-11-02 13:25:01 +0100
commit03ffc0951c305c8e3b5fdc260d65312a57f8f7ea (patch)
tree32cd30bef35ba6f0be8a8f4e676da0297820d52b /sk-api.h
parentRebuild .depend. (diff)
downloadopenssh-03ffc0951c305c8e3b5fdc260d65312a57f8f7ea.tar.xz
openssh-03ffc0951c305c8e3b5fdc260d65312a57f8f7ea.zip
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 1de733425..2af0ef6f0 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