summaryrefslogtreecommitdiff
path: root/japanese/chasen/patches/patch-ab
blob: b2b4237cd0f78a10dd7f45e843f2d5407e80d0ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-ab,v 1.2 2000/01/05 01:10:02 wiz Exp $
--- lib/pat.h~	Tue May 27 06:12:58 1997
+++ lib/pat.h	Thu Oct 22 00:58:38 1998
@@ -14,6 +14,7 @@
 #define OL(x)  /* */
 #endif
 
+#include <sys/types.h>
 #ifndef NO_MMAP
 #ifdef _WIN32
 #define ONMEM_DIC
@@ -21,7 +22,6 @@
 #include <sys/mman.h>
 #endif
 #endif /* !NO_MMAP */
-#include <sys/types.h>
 #include <sys/stat.h>
 
 #ifdef ONMEM_DIC