From 3e495b4001889596ac6b148cffd1735343a1333e Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 25 Jan 2017 13:49:01 +0000 Subject: compat/* should not include tmux.h. --- compat/vis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compat/vis.c') diff --git a/compat/vis.c b/compat/vis.c index 82b42be9..3d37805b 100644 --- a/compat/vis.c +++ b/compat/vis.c @@ -35,7 +35,7 @@ #include #include -#include "tmux.h" +#include "compat.h" #define isoctal(c) (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7') #define isvisible(c,flag) \ -- cgit