openbsd-ports/sysutils/wmcb/patches/patch-wmcb_wmcb_c
jasper c4f052628e - fix potential 64-bit issue
- regen PLIST
- specify license version
- set NO_REGRESS=Yes
2009-02-14 10:10:37 +00:00

14 lines
309 B
Plaintext

$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>