1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/japanese/ack/files/patch-kmain.c
Pav Lucistnik 4147e7d8cf - Fix runtime segfault on amd64
PR:		ports/143999
Submitted by:	Katsuyoshi OHARA <ohara@air.s.kanazawa-u.ac.jp>
Feature safe:	yes
2010-02-16 19:37:40 +00:00

12 lines
256 B
C

--- kmain.c.orig 1994-07-26 18:30:35.000000000 +0900
+++ kmain.c 2010-02-16 19:33:47.000000000 +0900
@@ -6,6 +6,8 @@
/* v1.30 1994 4/16 */
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include "kanjicode.h"
#include "ackstring.h"