1
1

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

Этот коммит содержится в:
James Housley 2007-06-09 01:34:21 +00:00
родитель c39c618c62
Коммит 8466a826f1

Просмотреть файл

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