mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
23 lines
505 B
C
23 lines
505 B
C
--- 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"
|
|
|