$OpenBSD: patch-wmcb_wmcb_c,v 1.1 2009/02/14 10:10:37 jasper Exp $

Fix potential 64-bit issue.

--- wmcb/wmcb.c.orig	Sat Feb 14 11:08:54 2009
+++ wmcb/wmcb.c	Sat Feb 14 11:09:11 2009
@@ -1,5 +1,6 @@
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 
 #include <X11/xpm.h>
 #include <X11/Xlib.h>
