]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Wrap stdint.h inside HAVE_STDINT_H. 162/head
authorDarren Tucker <dtucker@dtucker.net>
Tue, 14 Jan 2020 03:41:47 +0000 (14:41 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Tue, 14 Jan 2020 03:41:47 +0000 (14:41 +1100)
ssh-sk.c

index 0ef52e2993279b5cfa3c60a91ab42c5d84d627d3..3f5eed62d22835f782ea213e76b80a0d608e67e6 100644 (file)
--- 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>