#include <inttypes.h>

This commit is contained in:
Mark Andrews
2014-02-27 11:58:43 +11:00
parent 4633de5e70
commit ee20dec8dc

View File

@@ -34,6 +34,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>