summaryrefslogtreecommitdiff
path: root/regress/unittests/sshkey/test_sshkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'regress/unittests/sshkey/test_sshkey.c')
-rw-r--r--regress/unittests/sshkey/test_sshkey.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/unittests/sshkey/test_sshkey.c b/regress/unittests/sshkey/test_sshkey.c
index 2d69b4d0d..03dfdba12 100644
--- a/regress/unittests/sshkey/test_sshkey.c
+++ b/regress/unittests/sshkey/test_sshkey.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#ifdef HAVE_STDINT_H
13#include <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