summaryrefslogtreecommitdiff
path: root/devel/cscope/files/patch-src_input.c
blob: f96c6dd35e1adbe9fc1e468b7d4525d861dfd869 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/input.c.orig	2020-10-05 19:47:54 UTC
+++ src/input.c
@@ -45,7 +45,7 @@
 #include <stdlib.h>
 #include <errno.h>
 #if HAVE_SYS_TERMIOS_H
-#include <sys/termios.h>
+#include <termios.h>
 #endif
 
 static	jmp_buf	env;		/* setjmp/longjmp buffer */