about summary refs log tree commit diff stats
path: root/xombrero.h
diff options
context:
space:
mode:
authorJosh Rickmar <jrick@devio.us>2012-08-29 11:15:44 -0400
committerJosh Rickmar <jrick@devio.us>2012-08-29 11:15:44 -0400
commit323af97b1280aae08ab4c8549d91d7a219fa202c (patch)
treec6ebd5ada215e1b79d581d48e10f1c0f49355b7d /xombrero.h
parentb81157699e521799215a1baac3745163b4dc22e3 (diff)
downloadxombrero-323af97b1280aae08ab4c8549d91d7a219fa202c.tar.gz
Add a dragonflybsd port
Patch from user Zplay on the forum
Diffstat (limited to 'xombrero.h')
-rw-r--r--xombrero.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/xombrero.h b/xombrero.h
index df8306a..9365f73 100644
--- a/xombrero.h
+++ b/xombrero.h
@@ -50,6 +50,15 @@ u_int32_t	arc4random_uniform(u_int32_t);
 #include <sys/un.h>
 #include <sys/param.h>
 #define LOGIN_NAME_MAX MAXLOGNAME
+#elif defined(__DragonFly__)
+#include <sys/param.h>
+#include <sys/un.h>
+#include <sys/param.h>
+#include <libutil.h>
+#include "dragonfly/util.h"
+#include <sys/tree.h>
+#include <X11/Xlib.h>
+#define LOGIN_NAME_MAX MAXLOGNAME
 #elif defined(__OpenBSD__)
 #include <util.h>
 #include <sys/tree.h>