From dd7d3ed6a101c5b92da9cfbf307a407fcb731edd Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Mon, 21 May 2012 14:27:21 +1000 Subject: [PATCH] Add platform support for DragonflyBSD. Simply adds a define required for awesomewm to work on the BSDs. Signed-off-by: Edward O'Callaghan Signed-off-by: Uli Schlachter --- common/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/util.h b/common/util.h index 4fccb975..4a231c00 100644 --- a/common/util.h +++ b/common/util.h @@ -32,7 +32,7 @@ #include #include -#if !(defined (__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)) +#if !(defined (__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined (__DragonFly__)) #include #endif