mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 19:59:59 -04:00
#include <inttypes.h>
This commit is contained in:
parent
fd780a9c39
commit
66a97b2000
1 changed files with 3 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue