2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

include string.h to get memset() prototype

This commit is contained in:
Bob Halley
1999-04-14 17:40:22 +00:00
parent 6d74580f08
commit 066ae48be3

View File

@@ -15,9 +15,10 @@
* SOFTWARE.
*/
/* $Id: compress.c,v 1.11 1999/04/14 06:03:15 marka Exp $ */
/* $Id: compress.c,v 1.12 1999/04/14 17:40:22 halley Exp $ */
#include <config.h>
#include <string.h>
#include <isc/types.h>
#include <isc/assertions.h>