summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 5e02ca13d..8c630ac13 100644
--- a/regress/unittests/bitmap/tests.c
+++ b/regress/unittests/bitmap/tests.c
@@ -8,7 +8,9 @@
8#include <sys/types.h> 8#include <sys/types.h>
9#include <sys/param.h> 9#include <sys/param.h>
10#include <stdio.h> 10#include <stdio.h>
11#ifdef HAVE_STDINT_H
11#include <stdint.h> 12#include <stdint.h>
13#endif
12#include <stdlib.h> 14#include <stdlib.h>
13#include <string.h> 15#include <string.h>
14 16
diff --git a/regress/unittests/hostkeys/test_iterate.c b/regress/unittests/hostkeys/test_iterate.c
index c681f19f3..2b2c6508f 100644
--- a/regress/unittests/hostkeys/test_iterate.c
+++ b/regress/unittests/hostkeys/test_iterate.c
@@ -8,7 +8,9 @@
8#include <sys/types.h> 8#include <sys/types.h>
9#include <sys/param.h> 9#include <sys/param.h>
10#include <stdio.h> 10#include <stdio.h>
11#ifdef HAVE_STDINT_H
11#include <stdint.h> 12#include <stdint.h>
13#endif
12#include <stdlib.h> 14#include <stdlib.h>
13#include <string.h> 15#include <string.h>
14 16
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 @@
8#include <sys/types.h> 8#include <sys/types.h>
9#include <sys/param.h> 9#include <sys/param.h>
10#include <stdio.h> 10#include <stdio.h>
11#ifdef HAVE_STDINT_H
11#include <stdint.h> 12#include <stdint.h>
13#endif
12#include <stdlib.h> 14#include <stdlib.h>
13#include <string.h> 15#include <string.h>
14 16