2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Needs string.h for function prototypes. For some reason gcc and other

compilers do not warn about the missing str*/mem* prototypes.
This commit is contained in:
David Lawrence
2000-05-08 19:23:32 +00:00
parent 64574939c4
commit 6028d1ce03
30 changed files with 46 additions and 17 deletions

View File

@@ -15,12 +15,13 @@
* SOFTWARE.
*/
/* $Id: rdataslab.c,v 1.12 2000/05/08 14:35:00 tale Exp $ */
/* $Id: rdataslab.c,v 1.13 2000/05/08 19:23:14 tale Exp $ */
#include <config.h>
#include <isc/mem.h>
#include <isc/region.h>
#include <isc/string.h> /* Required for HP/UX (and others?) */
#include <isc/util.h>
#include <dns/result.h>