mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 20:12:06 -04:00
Add include isc/util.h.
This commit is contained in:
parent
1a03b5e685
commit
973a193425
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: rdata.c,v 1.66 1999/12/23 00:08:32 explorer Exp $ */
|
||||
/* $Id: rdata.c,v 1.67 2000/01/17 03:19:40 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -28,6 +28,7 @@
|
|||
#include <isc/assertions.h>
|
||||
#include <isc/error.h>
|
||||
#include <isc/region.h>
|
||||
#include <isc/util.h>
|
||||
|
||||
#include <dns/types.h>
|
||||
#include <dns/result.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue