summaryrefslogtreecommitdiff
path: root/regress/unittests/hostkeys
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 /regress/unittests/hostkeys
parent13af342458f5064144abbb07e5ac9bbd4eb42567 (diff)
include includes.h to avoid build failure on AIX
Diffstat (limited to 'regress/unittests/hostkeys')
-rw-r--r--regress/unittests/hostkeys/test_iterate.c2
1 files changed, 2 insertions, 0 deletions
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 @@
5 * Placed in the public domain 5 * Placed in the public domain
6 */ 6 */
7 7
8#include "includes.h"
9
8#include <sys/types.h> 10#include <sys/types.h>
9#include <sys/param.h> 11#include <sys/param.h>
10#include <stdio.h> 12#include <stdio.h>