aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-18 20:58:03 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-18 20:58:03 +0000
commit9b0ff4cfc02d5fb5be03d66aba9720971bbf55e2 (patch)
tree8e41a0ab0396f4dbfe566b07c0c01cbad1af721b /tmux.h
parent50d5239ace422b80e9f10948b42ddd773810c8c4 (diff)
downloadrtmux-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index f62196fe..5038d84b 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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>