From 4c356308a88d309c796325bb75dce90ca16591d5 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Tue, 24 Feb 2015 13:49:31 +1100 Subject: Wrap stdint.h includes in HAVE_STDINT_H. --- regress/unittests/kex/test_kex.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'regress/unittests/kex/test_kex.c') 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 -- cgit v1.2.3