summaryrefslogtreecommitdiff
path: root/sal/osl/unx/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/unx/time.c')
-rw-r--r--sal/osl/unx/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/time.c b/sal/osl/unx/time.c
index db03442e7..59f09d8d9 100644
--- a/sal/osl/unx/time.c
+++ b/sal/osl/unx/time.c
@@ -34,7 +34,7 @@
/* FIXME: detection should be done in configure script */
#if defined(MACOSX) || defined(FREEBSD) || defined(NETBSD) || \
- defined(LINUX) || defined(OPENBSD)
+ defined(LINUX) || defined(OPENBSD) || defined(DRAGONFLY)
#define STRUCT_TM_HAS_GMTOFF 1
#elif defined(SOLARIS)