diff options
Diffstat (limited to 'sk-api.h')
-rw-r--r-- | sk-api.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |