2076. [bug] Several files were missing #include <config.h>

causing build failures on OSF. [RT #16341]
This commit is contained in:
Mark Andrews
2006-08-24 00:17:54 +00:00
parent 43794fdc22
commit c781727055
9 changed files with 28 additions and 8 deletions

View File

@@ -19,9 +19,11 @@
#if defined(LIBC_SCCS) && !defined(lint)
static char rcsid[] =
"$Id: netscope.c,v 1.9 2005/04/29 00:23:28 marka Exp $";
"$Id: netscope.c,v 1.10 2006/08/24 00:17:54 marka Exp $";
#endif /* LIBC_SCCS and not lint */
#include <config.h>
#include <isc/string.h>
#include <isc/net.h>
#include <isc/netscope.h>