2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

ensure we have size_t defined.

This commit is contained in:
Bob Halley 2000-02-07 22:35:31 +00:00
parent 8f0c8ee6c6
commit 0dc24b49b8

View File

@ -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>