mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 21:47:59 +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
|
||||
#define LWRES_NETDB_H 1
|
||||
|
||||
#include <stddef.h> /* Ensure we have size_t. */
|
||||
#include <netdb.h>
|
||||
#include <lwres/lang.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user