aboutsummaryrefslogtreecommitdiffstats
path: root/devel/newt/files/patch-ac
blob: ac5d6d61b21eeb70846b9b60021816ef472d00de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- form.c.orig Tue Jun 11 22:15:33 2002
+++ form.c  Sat Jun 22 06:36:12 2002
@@ -10,7 +10,6 @@
 #endif
 #include <sys/time.h>
 
-#ifdef USE_GPM
 #include <ctype.h>
 #include <sys/time.h>      /* timeval */
 #include <sys/socket.h>    /* socket() */
@@ -19,11 +18,9 @@
 #include <sys/stat.h>      /* stat() */
 #include <termios.h>       /* winsize */
 #include <unistd.h>
-#include <sys/kd.h>        /* KDGETMODE */
 #include <signal.h>
+#include <string.h>
 #include <stdio.h>
-#endif
-
 #include "newt.h"
 #include "newt_pr.h"