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

@@ -19,6 +19,7 @@
#include <isc/mem.h>
#include <isc/rwlock.h>
#include <isc/string.h> /* Required for HP/UX (and others?) */
#include <isc/util.h>
#include <dns/keytable.h>