mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 01:49:02 -04:00
#include <inttypes.h>
This commit is contained in:
parent
061f61dd3b
commit
86ec04712b
2 changed files with 7 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue