[openssh-commits] [openssh] 01/01: Wrap stdint.h in #ifdef HAVE_STDINT_H
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Mar 16 13:45:54 AEDT 2017
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit b55f634e96b9c5b0cd991e23a9ca181bec4bdbad
Author: Darren Tucker <dtucker at zip.com.au>
Date: Thu Mar 16 13:45:17 2017 +1100
Wrap stdint.h in #ifdef HAVE_STDINT_H
---
regress/unittests/conversion/tests.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/regress/unittests/conversion/tests.c b/regress/unittests/conversion/tests.c
index eaa96bb..ebb48a1 100644
--- a/regress/unittests/conversion/tests.c
+++ b/regress/unittests/conversion/tests.c
@@ -8,7 +8,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