diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-18 20:58:03 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-18 20:58:03 +0000 |
commit | 9b0ff4cfc02d5fb5be03d66aba9720971bbf55e2 (patch) | |
tree | 8e41a0ab0396f4dbfe566b07c0c01cbad1af721b /tty.c | |
parent | 50d5239ace422b80e9f10948b42ddd773810c8c4 (diff) | |
download | rtmux-9b0ff4cfc02d5fb5be03d66aba9720971bbf55e2.tar.gz rtmux-9b0ff4cfc02d5fb5be03d66aba9720971bbf55e2.tar.bz2 rtmux-9b0ff4cfc02d5fb5be03d66aba9720971bbf55e2.zip |
More Solaris stuff. Use ttyname, use ncurses,h.
Diffstat (limited to 'tty.c')
-rw-r--r-- | tty.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: tty.c,v 1.24 2008-06-18 18:52:44 nicm Exp $ */ +/* $Id: tty.c,v 1.25 2008-06-18 20:58:03 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -19,7 +19,7 @@ #include <sys/types.h> #include <sys/ioctl.h> -#include <curses.h> +#include <ncurses.h> #include <errno.h> #include <fcntl.h> #include <string.h> |