[PATCH] fix trinity compilation (make) error in ppcle system
Praveen Pandey <[email protected]> Mon, 20 Jul 2015 14:29:16 +0530
| Newsgroups | org.kernel.vger.trinity |
|---|---|
| Message-ID | <[email protected]> |
Solution include termios.h in ioctls/vt.c Signed-off-by: Praveen Pandey <[email protected]> --- ioctls/vt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ioctls/vt.c b/ioctls/vt.c index a4a7e0c..350416f 100644 --- a/ioctls/vt.c +++ b/ioctls/vt.c @@ -2,6 +2,7 @@ #include <sys/ioctl.h> #include <linux/kd.h> #include <linux/serial.h> +#include <sys/termios.h> #include "utils.h" #include "ioctls.h" -- 1.9.3