blob: 0a723641c3db5897c83b78226165efdeb70e7bab (
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 2016-03-23 15:46:24 UTC
+++ form.c
@@ -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"
|