diff options
Diffstat (limited to 'compat/imsg.c')
-rw-r--r-- | compat/imsg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/imsg.c b/compat/imsg.c index 4ba37f42..a74c0694 100644 --- a/compat/imsg.c +++ b/compat/imsg.c @@ -26,7 +26,7 @@ #include <string.h> #include <unistd.h> -#include "imsg.h" +#include "tmux.h" int imsg_get_fd(struct imsgbuf *); |