mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
4147e7d8cf
PR: ports/143999 Submitted by: Katsuyoshi OHARA <ohara@air.s.kanazawa-u.ac.jp> Feature safe: yes
12 lines
256 B
C
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"
|