summaryrefslogtreecommitdiffstats
path: root/ssh-sk.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2020-01-14 04:41:47 +0100
committerDarren Tucker <dtucker@dtucker.net>2020-01-14 04:41:47 +0100
commit429170f273ce1b0140f8111a45ba69390d98de3a (patch)
tree2b615efdbcf99e5bfec7aa112b70c77826d326da /ssh-sk.c
parentInclude compat header for definitions. (diff)
downloadopenssh-429170f273ce1b0140f8111a45ba69390d98de3a.tar.xz
openssh-429170f273ce1b0140f8111a45ba69390d98de3a.zip
Wrap stdint.h inside HAVE_STDINT_H.
Diffstat (limited to '')
-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 @@
#include <dlfcn.h>
#include <stddef.h>
-#include <stdint.h>
+#ifdef HAVE_STDINT_H
+# include <stdint.h>
+#endif
#include <string.h>
#include <stdio.h>