diff options
-rw-r--r-- | xc/programs/xconsole/xconsole.c | 5 |
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 */ |