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

fix implicit declarations

--- generic/bufFix.c.orig	Sun Jul 18 14:24:08 2010
+++ generic/bufFix.c	Sun Jul 18 14:24:21 2010
@@ -12,6 +12,7 @@
  */
 
 #include "buf.h"
+#include <string.h>
 
 /*
  * Forward declarations of all internal procedures.
