diff options
Diffstat (limited to 'compat/imsg.h')
-rw-r--r-- | compat/imsg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/imsg.h b/compat/imsg.h index 329904a1..4318463b 100644 --- a/compat/imsg.h +++ b/compat/imsg.h @@ -18,7 +18,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/tree.h> +#include "tmux.h" #define READ_BUF_SIZE 65535 #define IMSG_HEADER_SIZE sizeof(struct imsg_hdr) |