1 --- enchant-1.3.0/src/myspell/affixmgr.hxx.orig 2006-12-08 16:12:57.714997000 +0000 2 +++ enchant-1.3.0/src/myspell/affixmgr.hxx 2006-12-08 16:13:18.303063000 +0000 3 @@ -1,5 +1,6 @@ 4 #ifndef _AFFIXMGR_HXX_ 5 #define _AFFIXMGR_HXX_ 6 +#include <stdio.h> 7 #include <cstdlib> 8 #include <cstring> 9 #include <cstdio> 10 --- enchant-1.3.0/src/myspell/hashmgr.hxx.orig 2006-12-08 16:13:35.955868000 +0000 11 +++ enchant-1.3.0/src/myspell/hashmgr.hxx 2006-12-08 16:14:06.676960000 +0000 12 @@ -1,6 +1,7 @@ 13 #ifndef _HASHMGR_HXX_ 14 #define _HASHMGR_HXX_ 15 16 +#include <stdio.h> 17 #include <cstdio> 18 #include "htypes.hxx" 19 20