mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 09:52:04 -04:00
memset() requires <string.h>
This commit is contained in:
parent
610048f03c
commit
916f55f0dd
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <isc/assertions.h>
|
||||
|
||||
#include <dns/types.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue