mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 14:50:00 -04:00
#include <inttypes.h>
This commit is contained in:
parent
4633de5e70
commit
ee20dec8dc
1 changed files with 3 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue