Since uint32_t is used, inttypes.h should be included.

This commit is contained in:
James Housley 2007-06-09 01:34:21 +00:00
parent c39c618c62
commit 8466a826f1

View File

@ -76,6 +76,9 @@
#ifdef HAVE_SYS_IOCTL_H #ifdef HAVE_SYS_IOCTL_H
# include <sys/ioctl.h> # include <sys/ioctl.h>
#endif #endif
#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
#endif
#ifdef LIBSSH2_LIBGCRYPT #ifdef LIBSSH2_LIBGCRYPT
#include "libgcrypt.h" #include "libgcrypt.h"