From 8466a826f1e309ffedb205b7c32d244709c7ef8b Mon Sep 17 00:00:00 2001 From: James Housley Date: Sat, 9 Jun 2007 01:34:21 +0000 Subject: [PATCH] Since uint32_t is used, inttypes.h should be included. --- src/libssh2_priv.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libssh2_priv.h b/src/libssh2_priv.h index 1ca94c8..c9bbe87 100644 --- a/src/libssh2_priv.h +++ b/src/libssh2_priv.h @@ -76,6 +76,9 @@ #ifdef HAVE_SYS_IOCTL_H # include #endif +#ifdef HAVE_INTTYPES_H +#include +#endif #ifdef LIBSSH2_LIBGCRYPT #include "libgcrypt.h"