openbsd-ports/japanese/canna/patches/patch-dic_ideo_pubdic_pod_c
espie ebc08afb77 prevent segfault on amd64, no idea if it works fine yet.
no pkg bump, since this just fixes build.
2008-08-29 15:01:29 +00:00

10 lines
338 B
Plaintext

$OpenBSD: patch-dic_ideo_pubdic_pod_c,v 1.1 2008/08/29 15:01:29 espie Exp $
--- dic/ideo/pubdic/pod.c.orig Fri Aug 29 16:57:13 2008
+++ dic/ideo/pubdic/pod.c Fri Aug 29 16:57:24 2008
@@ -26,4 +26,5 @@ static char rcsid[] = "$Id: pod.c,v 1.41 1994/05/31 11
#include <stdio.h>
+#include <stdlib.h>
#define bzero(a, c) memset(a, 0, c)