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

fix implicit declarations

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