need <isc/buffer.h>

This commit is contained in:
Andreas Gustafsson 2000-04-04 20:10:29 +00:00
parent 8f804834e2
commit ddfe394c06
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -23,6 +23,7 @@
#include <string.h>
#include <isc/assertions.h>
#include <isc/buffer.h>
#include <isc/error.h>
#include <dns/types.h>