File ispell-3.3.02-types.patch of Package ispell
--- config.X | 1 + ispell.c | 1 + lookup.c | 5 +++++ 3 files changed, 7 insertions(+) --- config.X +++ config.X 2016-02-12 10:26:09.229101356 +0000 @@ -218,6 +218,7 @@ #undef USG /* Define this in local.h for System V machines */ #endif /* USG */ +#include <limits.h> #include <sys/param.h> #include <sys/types.h> #ifndef USG --- ispell.c +++ ispell.c 2016-02-12 10:26:09.229101356 +0000 @@ -231,6 +231,7 @@ static char Rcs_Id[] = #include "msgs.h" #include "version.h" #include <ctype.h> +#include <sys/types.h> #ifndef NO_FCNTL_H #include <fcntl.h> #endif /* NO_FCNTL_H */ --- lookup.c +++ lookup.c 2016-02-12 10:26:09.229101356 +0000 @@ -89,6 +89,11 @@ static char Rcs_Id[] = #include "ispell.h" #include "proto.h" #include "msgs.h" +#include <sys/types.h> +#include <sys/stat.h> +#ifndef NO_FCNTL_H +#include <fcntl.h> +#endif /* NO_FCNTL_H */ int linit P ((void)); #ifdef INDEXDUMP