mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 19:41:04 -05:00
need <isc/buffer.h>
This commit is contained in:
parent
8f804834e2
commit
ddfe394c06
2 changed files with 4 additions and 0 deletions
|
|
@ -22,11 +22,14 @@
|
|||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <isc/buffer.h>
|
||||
#include <isc/region.h>
|
||||
|
||||
#include <dns/compress.h>
|
||||
#include <dns/name.h>
|
||||
#include <dns/result.h>
|
||||
#include <dns/types.h>
|
||||
|
||||
#include <tests/t_api.h>
|
||||
|
||||
#define MAXTOKS 16
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
#include <string.h>
|
||||
|
||||
#include <isc/assertions.h>
|
||||
#include <isc/buffer.h>
|
||||
#include <isc/error.h>
|
||||
|
||||
#include <dns/types.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue