mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
ensure we have size_t defined.
This commit is contained in:
parent
8f0c8ee6c6
commit
0dc24b49b8
@ -18,6 +18,7 @@
|
|||||||
#ifndef LWRES_NETDB_H
|
#ifndef LWRES_NETDB_H
|
||||||
#define LWRES_NETDB_H 1
|
#define LWRES_NETDB_H 1
|
||||||
|
|
||||||
|
#include <stddef.h> /* Ensure we have size_t. */
|
||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
#include <lwres/lang.h>
|
#include <lwres/lang.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user