diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-08-14 21:13:48 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-08-14 21:13:48 +0000 |
commit | b402cef338e863ffe503f2fcdce3fb44d879efbf (patch) | |
tree | 89c100de2c965e93a9c2ed17a8a91e13bb6a5c07 /compat/imsg.h | |
parent | a9b6bfdddd570753e52dca73169f70864502c38c (diff) | |
download | rtmux-b402cef338e863ffe503f2fcdce3fb44d879efbf.tar.gz rtmux-b402cef338e863ffe503f2fcdce3fb44d879efbf.tar.bz2 rtmux-b402cef338e863ffe503f2fcdce3fb44d879efbf.zip |
Adjust imsg changes to the portable version due to OpenBSD patchset 243.
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) |