File ispell-3.3.02-types.patch of Package ispell.6459
--- config.X
+++ config.X 2007-05-31 17:58:34.971948256 +0200
@@ -212,6 +212,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 2007-05-31 17:56:56.177457827 +0200
@@ -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 2007-05-31 17:57:23.772388056 +0200
@@ -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