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/setproctitle.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'compat/setproctitle.c') diff --git a/compat/setproctitle.c b/compat/setproctitle.c index bda924ef..990f4ded 100644 --- a/compat/setproctitle.c +++ b/compat/setproctitle.c @@ -16,9 +16,10 @@ #include +#include #include -#include "tmux.h" +#include "compat.h" #if defined(HAVE_PRCTL) && defined(HAVE_PR_SET_NAME) -- cgit