mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 19:02:05 -04:00
ensure we have size_t defined.
This commit is contained in:
parent
8f0c8ee6c6
commit
0dc24b49b8
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue