2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

include <string.h> to get prototype for memcpy().

This commit is contained in:
Bob Halley 1999-07-13 17:26:07 +00:00
parent eabad792eb
commit 5a788b17a4

View File

@ -15,10 +15,12 @@
* SOFTWARE.
*/
/* $Id: rdataslab.c,v 1.6 1999/06/24 19:15:55 gson Exp $ */
/* $Id: rdataslab.c,v 1.7 1999/07/13 17:26:07 halley Exp $ */
#include <config.h>
#include <string.h>
#include <isc/region.h>
#include <isc/buffer.h>
#include <isc/assertions.h>