summaryrefslogtreecommitdiffstats
path: root/compat.h
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.h
parenta9b6bfdddd570753e52dca73169f70864502c38c (diff)
Adjust imsg changes to the portable version due to OpenBSD patchset 243.
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/compat.h b/compat.h
index b9ddb8de..53fa36a6 100644
--- a/compat.h
+++ b/compat.h
@@ -1,4 +1,4 @@
-/* $Id: compat.h,v 1.8 2009-07-28 22:17:10 tcunha Exp $ */
+/* $Id: compat.h,v 1.9 2009-08-14 21:13:48 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -78,6 +78,10 @@
#include "compat/vis.h"
#endif
+#ifndef HAVE_IMSG
+#include "compat/imsg.h"
+#endif
+
#ifndef INFTIM
#define INFTIM -1
#endif