summaryrefslogtreecommitdiffstats
path: root/main/hunspell/fix-includes.patch
blob: aeb16ac496d7183f1300f860a79c721fa46c38e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- hunspell-1.3.2.orig/src/tools/munch.c
+++ hunspell-1.3.2/src/tools/munch.c
@@ -9,7 +9,6 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 #ifdef __linux__
-#include <error.h>
 #include <errno.h>
 #include <sys/mman.h>
 #endif
--- hunspell-1.3.2.orig/src/tools/unmunch.c
+++ hunspell-1.3.2/src/tools/unmunch.c
@@ -11,7 +11,6 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 #ifdef __linux__
-#include <error.h>
 #include <errno.h>
 #include <sys/mman.h>
 #endif