bin/lwresd/client.c needs <string.h> for memset() prototype
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -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
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <isc/assertions.h>
|
||||
|
||||
Reference in New Issue
Block a user