summaryrefslogtreecommitdiffstats
path: root/screen.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-06-05 12:00:52 +0100
committerThomas Adam <thomas@xteddy.org>2017-06-05 12:00:52 +0100
commita999f6f876e0a0ba0d5d0ebf98df8d6bf99d2127 (patch)
treec735ddcc9e625c44d18a4aa5032d9b8b63164dc7 /screen.c
parente62e17d0461cfb0bfb55ae3c9c7a3815235298fb (diff)
Linux build fixes
Linux doesn't have vis.h
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/screen.c b/screen.c
index ebd117a0..11e47938 100644
--- a/screen.c
+++ b/screen.c
@@ -21,7 +21,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <vis.h>
#include "tmux.h"