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/forkpty-aix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compat/forkpty-aix.c') diff --git a/compat/forkpty-aix.c b/compat/forkpty-aix.c index 2557ebf7..193be5ee 100644 --- a/compat/forkpty-aix.c +++ b/compat/forkpty-aix.c @@ -23,7 +23,7 @@ #include #include -#include "tmux.h" +#include "compat.h" pid_t forkpty(int *master, unused char *name, struct termios *tio, struct winsize *ws) -- cgit