mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
include <string.h> to get prototype for memcpy().
This commit is contained in:
@@ -15,10 +15,12 @@
|
|||||||
* SOFTWARE.
|
* 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 <config.h>
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include <isc/region.h>
|
#include <isc/region.h>
|
||||||
#include <isc/buffer.h>
|
#include <isc/buffer.h>
|
||||||
#include <isc/assertions.h>
|
#include <isc/assertions.h>
|
||||||
|
Reference in New Issue
Block a user