summaryrefslogtreecommitdiffstats
path: root/tmux.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-03-09 15:39:13 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-03-09 15:39:13 +0000
commit514a723f7489123371bded176355ead48f338ae0 (patch)
tree7b6eb1603b6669aa5d4da61409ed6865b9311614 /tmux.c
parent5d3296c53b820664d50d96b2b926f2c2c1105e97 (diff)
Solaris fixes, mostly from Dagobert Michelsen.
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.c b/tmux.c
index c9ae92ef..b9809568 100644
--- a/tmux.c
+++ b/tmux.c
@@ -19,7 +19,6 @@
#include <sys/types.h>
#include <sys/stat.h>
-#include <err.h>
#include <errno.h>
#include <event.h>
#include <fcntl.h>