mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04:00
need <isc/print.h>
This commit is contained in:
parent
96b8d611a7
commit
a1cfa2a82d
1 changed files with 2 additions and 1 deletions
|
|
@ -15,10 +15,11 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: update.c,v 1.81 2001/01/18 23:31:03 gson Exp $ */
|
||||
/* $Id: update.c,v 1.82 2001/01/22 18:59:06 gson Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <isc/print.h>
|
||||
#include <isc/string.h>
|
||||
#include <isc/taskpool.h>
|
||||
#include <isc/util.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue