summaryrefslogtreecommitdiff
path: root/regress/unittests/sshkey/test_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'regress/unittests/sshkey/test_file.c')
-rw-r--r--regress/unittests/sshkey/test_file.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/unittests/sshkey/test_file.c b/regress/unittests/sshkey/test_file.c
index 3c84f1561..de3ae38c1 100644
--- a/regress/unittests/sshkey/test_file.c
+++ b/regress/unittests/sshkey/test_file.c
@@ -12,7 +12,9 @@
12#include <sys/stat.h> 12#include <sys/stat.h>
13#include <fcntl.h> 13#include <fcntl.h>
14#include <stdio.h> 14#include <stdio.h>
15#ifdef HAVE_STDINT_H
15#include <stdint.h> 16#include <stdint.h>
17#endif
16#include <stdlib.h> 18#include <stdlib.h>
17#include <string.h> 19#include <string.h>
18#include <unistd.h> 20#include <unistd.h>