about summary refs log tree commit diff stats
path: root/xxxterm.h
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2012-01-23 13:50:00 -0600
committerMarco Peereboom <marco@conformal.com>2012-01-23 13:50:00 -0600
commitebf1c0a15cfd9340cd8aa2f64a96655e38881492 (patch)
treeb7e12b876f56f3a1500615750c9f3500098c384b /xxxterm.h
parent6af1a150c122c99a88ebc4976af2750e785b816b (diff)
downloadxombrero-ebf1c0a15cfd9340cd8aa2f64a96655e38881492.tar.gz
add clens here for windows compiles
Diffstat (limited to 'xxxterm.h')
-rw-r--r--xxxterm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xxxterm.h b/xxxterm.h
index 40c688e..b9a1cae 100644
--- a/xxxterm.h
+++ b/xxxterm.h
@@ -15,6 +15,10 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#ifdef NEED_LIBCLENS
+#include <clens.h>
+#endif
+
 #include <ctype.h>
 #include <dlfcn.h>
 #include <err.h>