mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
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
|