* [PATCH] fix trinity compilation (make) error in ppcle system
@ 2015-07-20 8:59 Praveen Pandey
0 siblings, 0 replies; only message in thread
From: Praveen Pandey @ 2015-07-20 8:59 UTC (permalink / raw)
To: trinity; +Cc: sachinp, Praveen Pandey
Solution include termios.h in ioctls/vt.c
Signed-off-by: Praveen Pandey <praveen@linux.vnet.ibm.com>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-07-20 8:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-20 8:59 [PATCH] fix trinity compilation (make) error in ppcle system Praveen Pandey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).