about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2012-01-23 13:41:35 -0600
committerMarco Peereboom <marco@conformal.com>2012-01-23 13:41:35 -0600
commit6af1a150c122c99a88ebc4976af2750e785b816b (patch)
treea7debb37241196a1a9d17908a72e43a42cd245f2
parent969d1e481e98dcee162221752f3daff2c09305d0 (diff)
downloadxombrero-6af1a150c122c99a88ebc4976af2750e785b816b.tar.gz
add tree to default case
-rw-r--r--xxxterm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xxxterm.h b/xxxterm.h
index 0b8cc7f..40c688e 100644
--- a/xxxterm.h
+++ b/xxxterm.h
@@ -46,6 +46,8 @@ u_int32_t	arc4random_uniform(u_int32_t);
 #elif defined(__OpenBSD__)
 #include <util.h>
 #include <sys/tree.h>
+#else
+#include <sys/tree.h>
 #endif
 #include <sys/queue.h>
 #include <sys/socket.h>