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 241c4f4d..4c8d5e2c 100644 --- a/compat/imsg-buffer.c +++ b/compat/imsg-buffer.c @@ -26,7 +26,7 @@ #include <string.h> #include <unistd.h> -#include "tmux.h" +#include "compat.h" #include "imsg.h" int ibuf_realloc(struct ibuf *, size_t); |