diff options
-rw-r--r-- | regress/unittests/bitmap/tests.c | 2 | ||||
-rw-r--r-- | regress/unittests/hostkeys/test_iterate.c | 2 | ||||
-rw-r--r-- | regress/unittests/kex/test_kex.c | 2 |
3 files changed, 6 insertions, 0 deletions
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 @@ | |||
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> |
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> |
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 @@ | |||
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> |