Solution include termios.h in ioctls/vt.c Signed-off-by: Praveen Pandey <praveen@xxxxxxxxxxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe trinity" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html