$OpenBSD: patch-generic_zero_c,v 1.1.1.1 2010/07/28 17:24:01 sebastia Exp $

fix implicit declarations

--- generic/zero.c.orig	Sun Jul 18 14:22:20 2010
+++ generic/zero.c	Sun Jul 18 14:22:34 2010
@@ -32,6 +32,7 @@
 
 
 #include "memchanInt.h"
+#include <string.h>
 
 /*
  * Forward declarations of internal procedures.
