include isc/result.h

This commit is contained in:
Michael Sawyer 2000-06-23 20:57:19 +00:00
parent 82f7431741
commit 6bc106bb7e

View file

@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: dighost.c,v 1.56 2000/06/22 22:37:30 mws Exp $ */
/* $Id: dighost.c,v 1.57 2000/06/23 20:57:19 mws Exp $ */
/*
* Notice to programmers: Do not use this code as an example of how to
@ -53,6 +53,7 @@ extern int h_errno;
#include <isc/lang.h>
#include <isc/lex.h>
#include <isc/netdb.h>
#include <isc/result.h>
#include <isc/string.h>
#include <isc/task.h>
#include <isc/timer.h>