summaryrefslogtreecommitdiff
path: root/sshbuf-misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshbuf-misc.c')
-rw-r--r--sshbuf-misc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sshbuf-misc.c b/sshbuf-misc.c
index e07e34a8..f1c2d03c 100644
--- a/sshbuf-misc.c
+++ b/sshbuf-misc.c
@@ -22,7 +22,9 @@
#include <netinet/in.h>
#include <errno.h>
#include <stdlib.h>
+#ifdef HAVE_STDINT_H
#include <stdint.h>
+#endif
#include <stdio.h>
#include <limits.h>
#include <string.h>