mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
5685b5d270
PR: ports/8833 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
16 lines
332 B
Plaintext
16 lines
332 B
Plaintext
--- src/wnn.c.orig Sun Oct 11 11:03:42 1998
|
||
+++ src/wnn.c Sun Oct 11 13:51:17 1998
|
||
@@ -297,9 +297,9 @@
|
||
#include <ctype.h>
|
||
|
||
#include "config.h"
|
||
-#include "commonhd.h"
|
||
-#include "cplib.h"
|
||
-#include "jllib.h"
|
||
+#include <commonhd.h>
|
||
+#include <cplib.h>
|
||
+#include <jllib.h>
|
||
|
||
/* UCHAR $B$,Fs=EDj5A$5$l$k$N$G(B */
|
||
#define _UCHAR_T
|