summaryrefslogtreecommitdiff
path: root/ssh-sk.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-sk.c')
-rw-r--r--ssh-sk.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ssh-sk.c b/ssh-sk.c
index 0ef52e29..3f5eed62 100644
--- a/ssh-sk.c
+++ b/ssh-sk.c
@@ -23,7 +23,9 @@
#include <dlfcn.h>
#include <stddef.h>
-#include <stdint.h>
+#ifdef HAVE_STDINT_H
+# include <stdint.h>
+#endif
#include <string.h>
#include <stdio.h>