ports/devel/newt/files/patch-form.c
Mathieu Arnold 4fb6be8422 Update to 0.52.19.
PR:		208866
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-18 14:07:04 +00:00

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"