]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Wrap stdint.h include in ifdef.
authorDarren Tucker <dtucker@zip.com.au>
Sun, 23 Oct 2016 22:06:18 +0000 (09:06 +1100)
committerDarren Tucker <dtucker@zip.com.au>
Sun, 23 Oct 2016 22:06:18 +0000 (09:06 +1100)
regress/unittests/match/tests.c

index bcba7667c719ed1b5565a632f9d46cbcf10fa6e6..7ff319c162ad0e22e269d0c3f8cb8e70ef056f13 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>