]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Wrap stdint.h in ifdef HAVE_STDINT_H.
authorDarren Tucker <dtucker@dtucker.net>
Wed, 15 Jan 2020 05:22:36 +0000 (16:22 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Wed, 15 Jan 2020 05:22:36 +0000 (16:22 +1100)
regress/misc/sk-dummy/sk-dummy.c

index a7e93982c6fdf8aa7480005d9aeb20379e3f3dd9..dca158ded6fc8043b2874e3a132b4681923a4e23 100644 (file)
@@ -16,7 +16,9 @@
 
 #include "includes.h"
 
+#ifdef HAVE_STDINT_H
 #include <stdint.h>
+#endif
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>