]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix implicit memset() declaration
authorEvan Hunt <each@isc.org>
Thu, 10 Sep 2009 02:18:40 +0000 (02:18 +0000)
committerEvan Hunt <each@isc.org>
Thu, 10 Sep 2009 02:18:40 +0000 (02:18 +0000)
lib/dns/soa.c

index bc10d123f3e14ca70ba8aab5ce7ff68928d5c347..1b58bfec12d552cd4c403e47cf5ff1ae3118efe8 100644 (file)
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: soa.c,v 1.11 2009/09/10 01:47:08 each Exp $ */
+/* $Id: soa.c,v 1.12 2009/09/10 02:18:40 each Exp $ */
 
 /*! \file */
 
 #include <config.h>
+#include <string.h>
 
 #include <isc/buffer.h>
 #include <isc/util.h>