diff options
Diffstat (limited to 'compat/imsg-buffer.c')
-rw-r--r-- | compat/imsg-buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/imsg-buffer.c b/compat/imsg-buffer.c index ef380ab6..c20f63f8 100644 --- a/compat/imsg-buffer.c +++ b/compat/imsg-buffer.c @@ -26,7 +26,7 @@ #include <string.h> #include <unistd.h> -#include "imsg.h" +#include "tmux.h" int buf_realloc(struct buf *, size_t); void buf_enqueue(struct msgbuf *, struct buf *); |