diff options
Diffstat (limited to 'compat/forkpty-hpux.c')
-rw-r--r-- | compat/forkpty-hpux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/forkpty-hpux.c b/compat/forkpty-hpux.c index 09b27d08..dd71bd6c 100644 --- a/compat/forkpty-hpux.c +++ b/compat/forkpty-hpux.c @@ -22,7 +22,7 @@ #include <stropts.h> #include <unistd.h> -#include "tmux.h" +#include "compat.h" pid_t forkpty(int *master, char *name, struct termios *tio, struct winsize *ws) |