10 lines
265 B
Plaintext
10 lines
265 B
Plaintext
$OpenBSD: patch-dialogue_jisyo_c,v 1.1 2010/05/19 14:05:37 espie Exp $
|
|
--- dialogue/jisyo.c.orig Wed May 19 15:56:58 2010
|
|
+++ dialogue/jisyo.c Wed May 19 15:57:07 2010
|
|
@@ -1,3 +1,5 @@
|
|
+#include <string.h>
|
|
+#include <stdio.h>
|
|
#include "onew.h"
|
|
|
|
int OM_JisyoMode;
|