From cb030ce25f555737e8ba97bdd7883ac43f3ff2a3 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 24 Feb 2015 09:23:04 -0800 Subject: include includes.h to avoid build failure on AIX --- 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 8c630ac13..23025f90a 100644 --- a/regress/unittests/bitmap/tests.c +++ b/regress/unittests/bitmap/tests.c @@ -5,6 +5,8 @@ * Placed in the public domain */ +#include "includes.h" + #include #include #include diff --git a/regress/unittests/hostkeys/test_iterate.c b/regress/unittests/hostkeys/test_iterate.c index 2b2c6508f..526e1c06e 100644 --- a/regress/unittests/hostkeys/test_iterate.c +++ b/regress/unittests/hostkeys/test_iterate.c @@ -5,6 +5,8 @@ * Placed in the public domain */ +#include "includes.h" + #include #include #include diff --git a/regress/unittests/kex/test_kex.c b/regress/unittests/kex/test_kex.c index 3151fa91f..d5edf7ed4 100644 --- a/regress/unittests/kex/test_kex.c +++ b/regress/unittests/kex/test_kex.c @@ -5,6 +5,8 @@ * Placed in the public domain */ +#include "includes.h" + #include #include #include -- cgit v1.2.3