2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-28 21:17:54 +00:00

isc/net.h required for ntohl on some platforms

This commit is contained in:
David Lawrence 2000-05-08 20:18:35 +00:00
parent f675434978
commit 5d49890aca

View File

@ -22,6 +22,7 @@
#include <unistd.h>
#include <isc/mem.h>
#include <isc/net.h> /* Required for ntohl. */
#include <isc/string.h>
#include <isc/util.h>