mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-28 12:31:29 -05:00
add missing include
This commit is contained in:
parent
717a4eb6e1
commit
7fe67ae949
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,6 @@
|
|||
|
||||
/*! \file */
|
||||
/*
|
||||
* $Id: ssu.c,v 1.38 2011/01/06 23:47:00 tbox Exp $
|
||||
* Principal Author: Brian Wellington
|
||||
*/
|
||||
|
||||
|
|
@ -20,6 +19,7 @@
|
|||
#include <isc/magic.h>
|
||||
#include <isc/mem.h>
|
||||
#include <isc/netaddr.h>
|
||||
#include <isc/print.h>
|
||||
#include <isc/result.h>
|
||||
#include <isc/string.h>
|
||||
#include <isc/util.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue