summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrws <empty>1992-08-16 09:37:23 +0000
committerrws <empty>1992-08-16 09:37:23 +0000
commit1b35c07daad3b0c7c57675ee92d9319535b7f9f4 (patch)
tree51531d774acb8f2aa86089f95c548937de5d2d67
parent48bfcddeb8a4baaaa10aec4c4430638378c98a85 (diff)
hpux needs <termios.h>
-rw-r--r--xc/programs/xconsole/xconsole.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/xc/programs/xconsole/xconsole.c b/xc/programs/xconsole/xconsole.c
index d2413dd47..c2b644208 100644
--- a/xc/programs/xconsole/xconsole.c
+++ b/xc/programs/xconsole/xconsole.c
@@ -1,5 +1,5 @@
/*
- * $XConsortium: xconsole.c,v 1.10 91/10/28 18:40:12 gildea Exp $
+ * $XConsortium: xconsole.c,v 1.11 91/11/09 16:24:17 keith Exp $
*
* Copyright 1990 Massachusetts Institute of Technology
*
@@ -112,6 +112,9 @@ static XrmOptionDescRec options[] = {
#ifndef USE_FILE
#include <sys/ioctl.h>
+#ifdef hpux
+#include <termios.h>
+#endif
#ifdef SVR4
#include <termios.h>
#include <sys/stropts.h> /* for I_PUSH */