summaryrefslogtreecommitdiffstats
path: root/compat/imsg.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-08-14 21:13:48 +0000
committerTiago Cunha <tcunha@gmx.com>2009-08-14 21:13:48 +0000
commitb402cef338e863ffe503f2fcdce3fb44d879efbf (patch)
tree89c100de2c965e93a9c2ed17a8a91e13bb6a5c07 /compat/imsg.c
parenta9b6bfdddd570753e52dca73169f70864502c38c (diff)
Adjust imsg changes to the portable version due to OpenBSD patchset 243.
Diffstat (limited to 'compat/imsg.c')
-rw-r--r--compat/imsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/imsg.c b/compat/imsg.c
index 4ba37f42..a74c0694 100644
--- a/compat/imsg.c
+++ b/compat/imsg.c
@@ -26,7 +26,7 @@
#include <string.h>
#include <unistd.h>
-#include "imsg.h"
+#include "tmux.h"
int imsg_get_fd(struct imsgbuf *);