From 4c356308a88d309c796325bb75dce90ca16591d5 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Tue, 24 Feb 2015 13:49:31 +1100 Subject: [PATCH] Wrap stdint.h includes in HAVE_STDINT_H. --- regress/unittests/bitmap/tests.c | 2 ++ regress/unittests/hostkeys/test_iterate.c | 2 ++ regress/unittests/kex/test_kex.c | 2 ++ 3 files changed, 6 insertions(+) diff --git a/regress/unittests/bitmap/tests.c b/regress/unittests/bitmap/tests.c index 5e02ca13d..8c630ac13 100644 --- a/regress/unittests/bitmap/tests.c +++ b/regress/unittests/bitmap/tests.c @@ -8,7 +8,9 @@ #include #include #include +#ifdef HAVE_STDINT_H #include +#endif #include #include diff --git a/regress/unittests/hostkeys/test_iterate.c b/regress/unittests/hostkeys/test_iterate.c index c681f19f3..2b2c6508f 100644 --- a/regress/unittests/hostkeys/test_iterate.c +++ b/regress/unittests/hostkeys/test_iterate.c @@ -8,7 +8,9 @@ #include #include #include +#ifdef HAVE_STDINT_H #include +#endif #include #include diff --git a/regress/unittests/kex/test_kex.c b/regress/unittests/kex/test_kex.c index 762f524fb..3151fa91f 100644 --- a/regress/unittests/kex/test_kex.c +++ b/regress/unittests/kex/test_kex.c @@ -8,7 +8,9 @@ #include #include #include +#ifdef HAVE_STDINT_H #include +#endif #include #include