From 3ba9eabd8638fb247eac2ab58a578e14b0d59ef3 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 920b85f5..a2f9e497 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