2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 01:59:26 +00:00

needs #include <dns/log.h>

This commit is contained in:
Andreas Gustafsson 2000-01-20 00:38:49 +00:00
parent 6448ffb2b9
commit 41ac1e406f

View File

@ -40,6 +40,7 @@
#include <dns/db.h>
#include <dns/master.h>
#include <dns/name.h>
#include <dns/log.h>
typedef struct client client_t;
struct client {