diff options
author | Darren Tucker <dtucker@zip.com.au> | 2014-07-21 06:30:25 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2014-07-21 06:30:25 +1000 |
commit | 93a87ab27ecdc709169fb24411133998f81e2761 (patch) | |
tree | 024ee13fc4c4923c59508b5d143051c6b5b4c621 /regress/unittests/sshkey/test_sshkey.c | |
parent | 5573171352ea23df2dc6d2fe0324d023b7ba697c (diff) |
- (dtucker) [regress/unittests/sshkey/
{common,test_file,test_fuzz,test_sshkey}.c] Wrap stdint.h includes in
ifdefs.
Diffstat (limited to 'regress/unittests/sshkey/test_sshkey.c')
-rw-r--r-- | regress/unittests/sshkey/test_sshkey.c | 2 |
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 | ||