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 /tmux.h | |
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 'tmux.h')
-rw-r--r-- | tmux.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.150 2008-06-18 20:12:19 nicm Exp $ */ +/* $Id: tmux.h,v 1.151 2008-06-18 20:58:03 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -36,7 +36,7 @@ #include "compat/tree.h" #endif -#include <curses.h> +#include <ncurses.h> #include <limits.h> #include <poll.h> #include <signal.h> |