From b402cef338e863ffe503f2fcdce3fb44d879efbf Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Fri, 14 Aug 2009 21:13:48 +0000 Subject: Adjust imsg changes to the portable version due to OpenBSD patchset 243. --- compat/imsg-buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compat/imsg-buffer.c') 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 #include -#include "imsg.h" +#include "tmux.h" int buf_realloc(struct buf *, size_t); void buf_enqueue(struct msgbuf *, struct buf *); -- cgit