mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
ensure we have size_t defined.
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user