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/strtonum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compat/strtonum.c') diff --git a/compat/strtonum.c b/compat/strtonum.c index 4c7b0c9f..25a58615 100644 --- a/compat/strtonum.c +++ b/compat/strtonum.c @@ -21,7 +21,7 @@ #include #include -#include "tmux.h" +#include "compat.h" #define INVALID 1 #define TOOSMALL 2 -- cgit v1.2.3