diff options
Diffstat (limited to 'regress/unittests/sshkey/common.c')
-rw-r--r-- | regress/unittests/sshkey/common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/unittests/sshkey/common.c b/regress/unittests/sshkey/common.c index b73a788dd..bed9a62b3 100644 --- a/regress/unittests/sshkey/common.c +++ b/regress/unittests/sshkey/common.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> |