ports/textproc/ispell/patches/patch-correct_c

14 lines
233 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: correct.c
--- correct.c.orig
+++ correct.c
@@ -203,6 +203,9 @@ static char Rcs_Id[] =
*
*/
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <fcntl.h>
#include <ctype.h>
#include "config.h"
#include "ispell.h"