summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ssh-sk.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ssh-sk.c b/ssh-sk.c
index 0ef52e299..3f5eed62d 100644
--- a/ssh-sk.c
+++ b/ssh-sk.c
@@ -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