ports/textproc/ispell/patches/patch-term_c

13 lines
202 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: term.c
--- term.c.orig
+++ term.c
@@ -85,6 +85,8 @@ static char Rcs_Id[] =
*
*/
+#include <sys/ioctl.h>
+#include <sys/wait.h>
#include "config.h"
#include "ispell.h"
#include "proto.h"