summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@
19#define _SK_API_H 1 19#define _SK_API_H 1
20 20
21#include <stddef.h> 21#include <stddef.h>
22#ifdef HAVE_STDINT_H
22#include <stdint.h> 23#include <stdint.h>
24#endif
23 25
24/* Flags */ 26/* Flags */
25#define SSH_SK_USER_PRESENCE_REQD 0x01 27#define SSH_SK_USER_PRESENCE_REQD 0x01