trinity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Praveen Pandey <praveen@linux.vnet.ibm.com>
To: trinity@vger.kernel.org
Cc: sachinp@in.ibm.com, Praveen Pandey <praveen@linux.vnet.ibm.com>
Subject: [PATCH] fix trinity compilation (make) error in ppcle system
Date: Mon, 20 Jul 2015 14:29:16 +0530	[thread overview]
Message-ID: <1437382756-4631-1-git-send-email-praveen@linux.vnet.ibm.com> (raw)

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

                 reply	other threads:[~2015-07-20  8:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1437382756-4631-1-git-send-email-praveen@linux.vnet.ibm.com \
    --to=praveen@linux.vnet.ibm.com \
    --cc=sachinp@in.ibm.com \
    --cc=trinity@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).