summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2011-12-24 17:35:06 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2011-12-24 17:35:06 +0100
commitef840a7d51f2e3874f070ec8af5c76011ef070c5 (patch)
tree4d1f53cf64571f4e380ce4a823c010fd6d7a297f
parentb22adbf25e61dbc9537750cf2d1dad2c27989910 (diff)
downloadxmobar-ef840a7d51f2e3874f070ec8af5c76011ef070c5.tar.gz
xmobar-ef840a7d51f2e3874f070ec8af5c76011ef070c5.tar.bz2
Compilation in DragonFly fixed (#67)
-rw-r--r--src/StatFS.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/StatFS.hsc b/src/StatFS.hsc
index 871beb5..d785b89 100644
--- a/src/StatFS.hsc
+++ b/src/StatFS.hsc
@@ -23,7 +23,7 @@ import Foreign.C.String
import Data.ByteString (useAsCString)
import Data.ByteString.Char8 (pack)
-#if defined (__FreeBSD__) || defined (__OpenBSD__) || defined (__APPLE__)
+#if defined (__FreeBSD__) || defined (__OpenBSD__) || defined (__APPLE__) || defined (__DragonFly__)
#define IS_BSD_SYSTEM
#endif