bin/lwresd/client.c needs <string.h> for memset() prototype

This commit is contained in:
David Lawrence
2000-04-06 16:15:28 +00:00
parent 0bcb1d4d63
commit b295930144
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
32. [cleanup] bin/lwresd/client.c needs <string.h> for memset()
prototype.
31. [bug] Use ${LIBTOOL} to compile bin/named/main.@O@.
30. [func] config file grammer change to support optional

View File

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