summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2015-02-24 09:23:04 -0800
committerDamien Miller <djm@mindrot.org>2015-02-24 09:23:30 -0800
commitcb030ce25f555737e8ba97bdd7883ac43f3ff2a3 (patch)
treecd47948aa71672b6a093a0ae08047d8f963c224b
parent13af342458f5064144abbb07e5ac9bbd4eb42567 (diff)
include includes.h to avoid build failure on AIX
-rw-r--r--regress/unittests/bitmap/tests.c2
-rw-r--r--regress/unittests/hostkeys/test_iterate.c2
-rw-r--r--regress/unittests/kex/test_kex.c2
3 files changed, 6 insertions, 0 deletions
diff --git a/regress/unittests/bitmap/tests.c b/regress/unittests/bitmap/tests.c
index 8c630ac1..23025f90 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 <sys/types.h>
#include <sys/param.h>
#include <stdio.h>
diff --git a/regress/unittests/hostkeys/test_iterate.c b/regress/unittests/hostkeys/test_iterate.c
index 2b2c6508..526e1c06 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 <sys/types.h>
#include <sys/param.h>
#include <stdio.h>
diff --git a/regress/unittests/kex/test_kex.c b/regress/unittests/kex/test_kex.c
index 3151fa91..d5edf7ed 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 <sys/types.h>
#include <sys/param.h>
#include <stdio.h>