[openssh-commits] [openssh] 01/01: Wrap stdint.h include in ifdef.
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Oct 24 09:11:41 AEDT 2016
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 09e6a7d8354224933febc08ddcbc2010f542284e
Author: Darren Tucker <dtucker at zip.com.au>
Date: Mon Oct 24 09:06:18 2016 +1100
Wrap stdint.h include in ifdef.
---
regress/unittests/match/tests.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/regress/unittests/match/tests.c b/regress/unittests/match/tests.c
index bcba766..7ff319c 100644
--- a/regress/unittests/match/tests.c
+++ b/regress/unittests/match/tests.c
@@ -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>
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list