--- 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