diff options
Diffstat (limited to 'editors/AbiWord2/files/patch-src::other::spell::xp::lookup.c')
-rw-r--r-- | editors/AbiWord2/files/patch-src::other::spell::xp::lookup.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/AbiWord2/files/patch-src::other::spell::xp::lookup.c b/editors/AbiWord2/files/patch-src::other::spell::xp::lookup.c new file mode 100644 index 000000000000..2e89e54e7e74 --- /dev/null +++ b/editors/AbiWord2/files/patch-src::other::spell::xp::lookup.c @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- src/other/spell/xp/lookup.c 2001/08/08 13:01:57 1.1 ++++ src/other/spell/xp/lookup.c 2001/08/08 13:02:13 +@@ -140,6 +140,7 @@ + #include <ctype.h> + + #include "ispell.h" ++#include "iconv.h" + #include "msgs.h" + + #if 0 |