#include <inttypes.h>

This commit is contained in:
Mark Andrews 2014-02-27 11:57:51 +11:00
parent 061f61dd3b
commit 86ec04712b
2 changed files with 7 additions and 0 deletions

View file

@ -27,6 +27,10 @@
/* #define inline */
#ifdef HAVE_INTTYPES_H
#include <inttypes.h> /* uintptr_t */
#endif
#include <isc/crc64.h>
#include <isc/event.h>
#include <isc/heap.h>

View file

@ -39,6 +39,9 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#ifdef HAVE_INTTYPES_H
#include <inttypes.h> /* uintptr_t */
#endif
#include <isc/buffer.h>
#include <isc/bufferlist.h>