mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
include string.h for memcpy; gcc fails to warn about its absence, but hp doesn't
This commit is contained in:
parent
28beeb7067
commit
454e318ef6
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
|||
|
||||
#include <isc/heap.h>
|
||||
#include <isc/mem.h>
|
||||
#include <isc/string.h> /* Required for memcpy. */
|
||||
#include <isc/util.h>
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue