summaryrefslogtreecommitdiff
path: root/regress/unittests/sshbuf/test_sshbuf_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'regress/unittests/sshbuf/test_sshbuf_misc.c')
-rw-r--r--regress/unittests/sshbuf/test_sshbuf_misc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/unittests/sshbuf/test_sshbuf_misc.c b/regress/unittests/sshbuf/test_sshbuf_misc.c
index a47f9f0bf..f155491a0 100644
--- a/regress/unittests/sshbuf/test_sshbuf_misc.c
+++ b/regress/unittests/sshbuf/test_sshbuf_misc.c
@@ -10,7 +10,9 @@
10#include <sys/types.h> 10#include <sys/types.h>
11#include <sys/param.h> 11#include <sys/param.h>
12#include <stdio.h> 12#include <stdio.h>
13#include <stdint.h> 13#ifdef HAVE_STDINT_H
14# include <stdint.h>
15#endif
14#include <stdlib.h> 16#include <stdlib.h>
15#include <string.h> 17#include <string.h>
16 18