mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-20 08:20:26 -05:00
#include <inttypes.h>
This commit is contained in:
parent
4e182f01a1
commit
bc021b8ef5
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