diff options
Diffstat (limited to 'ssh-sk.c')
-rw-r--r-- | ssh-sk.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -23,7 +23,9 @@ | |||
23 | 23 | ||
24 | #include <dlfcn.h> | 24 | #include <dlfcn.h> |
25 | #include <stddef.h> | 25 | #include <stddef.h> |
26 | #include <stdint.h> | 26 | #ifdef HAVE_STDINT_H |
27 | # include <stdint.h> | ||
28 | #endif | ||
27 | #include <string.h> | 29 | #include <string.h> |
28 | #include <stdio.h> | 30 | #include <stdio.h> |
29 | 31 | ||