memset() requires <string.h>

This commit is contained in:
Andreas Gustafsson 1999-09-27 08:11:54 +00:00
parent 610048f03c
commit 916f55f0dd

View file

@ -17,6 +17,8 @@
#include <config.h>
#include <string.h>
#include <isc/assertions.h>
#include <dns/types.h>