summaryrefslogtreecommitdiffstats
path: root/regress/unittests/sshkey/test_file.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2014-07-21 06:30:25 +1000
committerDarren Tucker <dtucker@zip.com.au>2014-07-21 06:30:25 +1000
commit93a87ab27ecdc709169fb24411133998f81e2761 (patch)
tree024ee13fc4c4923c59508b5d143051c6b5b4c621 /regress/unittests/sshkey/test_file.c
parent5573171352ea23df2dc6d2fe0324d023b7ba697c (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_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 3c84f156..de3ae38c 100644
--- a/regress/unittests/sshkey/test_file.c
+++ b/regress/unittests/sshkey/test_file.c
@@ -12,7 +12,9 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <stdio.h>
+#ifdef HAVE_STDINT_H
#include <stdint.h>
+#endif
#include <stdlib.h>
#include <string.h>
#include <unistd.h>