2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Stop including dnstap headers from <dns/dnstap.h>

The <fstrm.h> and <protobuf-c/protobuf-c.h> headers are only directly
included where used and we stopped exposing those headers from libdns
headers.
This commit is contained in:
Ondřej Surý
2021-02-11 14:25:58 +01:00
committed by Mark Andrews
parent dce292e7f4
commit 23c3bcc711
6 changed files with 15 additions and 8 deletions

View File

@@ -20,6 +20,10 @@
#include <sys/types.h>
#include <unistd.h>
#ifdef HAVE_DNSTAP
#include <fstrm.h>
#endif
#include <isc/aes.h>
#include <isc/app.h>
#include <isc/attributes.h>