]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Put stdint.h inside HAVE_STDINT_H.
authorDarren Tucker <dtucker@dtucker.net>
Mon, 16 Aug 2021 21:59:27 +0000 (07:59 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 16 Aug 2021 21:59:27 +0000 (07:59 +1000)
From Tom G. Christensen.

regress/unittests/authopt/tests.c
regress/unittests/misc/test_argv.c
regress/unittests/misc/test_convtime.c
regress/unittests/misc/test_expand.c
regress/unittests/misc/test_parse.c
regress/unittests/misc/test_strdelim.c
regress/unittests/misc/tests.c

index 4e5526a0b44d5675ce38c45a68268f09574e2a2a..9873c09c6545ae4d401a2ba9264a2b475046f48a 100644 (file)
@@ -11,7 +11,9 @@
 #include <sys/types.h>
 #include <sys/param.h>
 #include <stdio.h>
+#ifdef HAVE_STDINT_H
 #include <stdint.h>
+#endif
 #include <stdlib.h>
 #include <string.h>
 
index d5c139a40ad928fd62b71868e0a5cc63b2ad264b..2cfebf2d958893cf26743b8b72f0d4d183b086ab 100644 (file)
@@ -10,7 +10,9 @@
 #include <sys/types.h>
 #include <sys/param.h>
 #include <stdio.h>
+#ifdef HAVE_STDINT_H
 #include <stdint.h>
+#endif
 #include <stdlib.h>
 #include <string.h>
 
index 5be3ee43ad6e6c9b32ca9b5536980a7c6731e6d6..8f9be89ff900b20939fa376b87fa04eab65d1cf7 100644 (file)
@@ -10,7 +10,9 @@
 #include <sys/types.h>
 #include <sys/param.h>
 #include <stdio.h>
+#ifdef HAVE_STDINT_H
 #include <stdint.h>
+#endif
 #include <stdlib.h>
 #include <string.h>
 
index c336fb0b2d09fe6a29f6d116a0c75cc0bcbd869a..513c69bce4e2c08813fd36c78e31056c87dd95d5 100644 (file)
@@ -10,7 +10,9 @@
 #include <sys/types.h>
 #include <sys/param.h>
 #include <stdio.h>
+#ifdef HAVE_STDINT_H
 #include <stdint.h>
+#endif
 #include <stdlib.h>
 #include <string.h>
 
index dd99068d070056ca75018c88aafd3d4eb072865d..727ff3dea9d7539e8d305664c8655a66bb6fb1f8 100644 (file)
@@ -10,7 +10,9 @@
 #include <sys/types.h>
 #include <sys/param.h>
 #include <stdio.h>
+#ifdef HAVE_STDINT_H
 #include <stdint.h>
+#endif
 #include <stdlib.h>
 #include <string.h>
 
index 46f4626452a1b30ee23567aec7a626863410c026..1d9133d4b31b88a8141ffbf5ec17cbdb0d0ee285 100644 (file)
@@ -10,7 +10,9 @@
 #include <sys/types.h>
 #include <sys/param.h>
 #include <stdio.h>
+#ifdef HAVE_STDINT_H
 #include <stdint.h>
+#endif
 #include <stdlib.h>
 #include <string.h>
 
index 09b8efa11fd2e946dbb2dc31b910f9bc719a005f..b0b7cd4332e322a77bc6a04d84d82e45bc441ee7 100644 (file)
@@ -10,7 +10,9 @@
 #include <sys/types.h>
 #include <sys/param.h>
 #include <stdio.h>
+#ifdef HAVE_STDINT_H
 #include <stdint.h>
+#endif
 #include <stdlib.h>
 #include <string.h>