res_mkupdate.c: Add isc/*.h and define _LIBC

This patch enabled a number of files to compile.
This commit is contained in:
Joel Sherrill
2012-09-01 09:36:41 -05:00
parent 21e0e4e613
commit 236e427af6
35 changed files with 3760 additions and 7 deletions

View File

@@ -49,6 +49,9 @@ __FBSDID("$FreeBSD$");
#include <stdlib.h>
#include <string.h>
#ifdef __rtems__
#include <isc/print.h>
#endif
#include <isc/list.h>
#include <resolv.h>