summaryrefslogtreecommitdiffstats
path: root/compat/forkpty-sunos.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat/forkpty-sunos.c')
-rw-r--r--compat/forkpty-sunos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/forkpty-sunos.c b/compat/forkpty-sunos.c
index 9abda46c..0de36bf5 100644
--- a/compat/forkpty-sunos.c
+++ b/compat/forkpty-sunos.c
@@ -23,7 +23,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)