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

include string.h for memcpy; gcc fails to warn about its absence, but hp doesn't

This commit is contained in:
David Lawrence
2000-05-08 18:37:22 +00:00
parent 28beeb7067
commit 454e318ef6

View File

@@ -29,6 +29,7 @@
#include <isc/heap.h>
#include <isc/mem.h>
#include <isc/string.h> /* Required for memcpy. */
#include <isc/util.h>
/*