--- hunspell-1.3.3.orig/src/tools/munch.c +++ hunspell-1.3.3/src/tools/munch.c @@ -9,7 +9,7 @@ #include #include #include -#if defined(__linux__) && !defined(__ANDROID__) +#if defined(__GLIBC__) #include #include #include --- hunspell-1.3.3.orig/src/tools/unmunch.c +++ hunspell-1.3.3/src/tools/unmunch.c @@ -10,7 +10,7 @@ #include #include #include -#if defined(__linux__) && !defined(__ANDROID__) +#if defined(__GLIBC__) #include #include #include