blob: daa6adaee6fe9e815a29f234371eb97d73534b48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
patch taken from sabotage linux -- https://github.com/rofl0r/sabotage
--- util-linux-2.23.2.orig/text-utils/pg.c 2013-07-30 10:39:26.000000000 +0200
+++ util-linux-2.23.2/text-utils/pg.c 2013-08-14 12:44:55.000000000 +0200
@@ -37,7 +37,7 @@
#ifndef TIOCGWINSZ
# include <sys/ioctl.h>
#endif
-#include <sys/termios.h>
+#include <termios.h>
#include <fcntl.h>
#include <regex.h>
#include <stdio.h>
|