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

need string.h to get memcpy prototype

This commit is contained in:
Bob Halley 1998-10-23 05:44:59 +00:00
parent 42e562f5e3
commit 06bb37d18e

View File

@ -26,6 +26,7 @@
*/
#include <stdlib.h>
#include <string.h>
#include <isc/assertions.h>
#include <isc/heap.h>