about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2012-01-23 11:53:12 -0600
committerMarco Peereboom <marco@conformal.com>2012-01-23 11:53:12 -0600
commit9ceac4af86edd9b59c0e617f1a73f227ded32763 (patch)
tree75cbb160cdb6d3043090a2f44d511dd0bee6e74d
parent99b7201424470d542f136db15058979944306297 (diff)
downloadxombrero-9ceac4af86edd9b59c0e617f1a73f227ded32763.tar.gz
add openbsd section for includes
-rw-r--r--xxxterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xxxterm.h b/xxxterm.h
index 6fb277c..5a75895 100644
--- a/xxxterm.h
+++ b/xxxterm.h
@@ -43,7 +43,7 @@ u_int32_t	arc4random_uniform(u_int32_t);
 #include <libutil.h>
 #include "freebsd/util.h"
 #include <sys/tree.h>
-#else /* OpenBSD */
+#elif defined(__OpenBSD__)
 #include <util.h>
 #include <sys/tree.h>
 #endif