#include <inttypes.h>

This commit is contained in:
Mark Andrews 2014-01-31 22:38:26 +11:00
parent 4e182f01a1
commit bc021b8ef5

View file

@ -153,7 +153,9 @@
#include <errno.h>
#include <string.h>
#include <stdint.h>
#ifdef HAVE_INTTYPES_H
#include <inttypes.h> /* uintptr_t */
#endif
#include <lwres/net.h>
#include <lwres/netdb.h>