diff options
author | Darren Tucker <dtucker@zip.com.au> | 2015-02-23 03:07:24 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2015-02-23 03:07:24 +1100 |
commit | 37f9220db8d1a52c75894c3de1e5f2ae5bd71b6f (patch) | |
tree | 5f80fd1bcaa53dceb3a09e2e67ca0bd052c6f788 /sshbuf-misc.c | |
parent | f81f1bbc5b892c8614ea740b1f92735652eb43f0 (diff) |
Wrap stdint.h includes in ifdefs.
Diffstat (limited to 'sshbuf-misc.c')
-rw-r--r-- | sshbuf-misc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sshbuf-misc.c b/sshbuf-misc.c index e07e34a8a..f1c2d03c9 100644 --- a/sshbuf-misc.c +++ b/sshbuf-misc.c | |||
@@ -22,7 +22,9 @@ | |||
22 | #include <netinet/in.h> | 22 | #include <netinet/in.h> |
23 | #include <errno.h> | 23 | #include <errno.h> |
24 | #include <stdlib.h> | 24 | #include <stdlib.h> |
25 | #ifdef HAVE_STDINT_H | ||
25 | #include <stdint.h> | 26 | #include <stdint.h> |
27 | #endif | ||
26 | #include <stdio.h> | 28 | #include <stdio.h> |
27 | #include <limits.h> | 29 | #include <limits.h> |
28 | #include <string.h> | 30 | #include <string.h> |