summaryrefslogtreecommitdiff
blob: 85a5a325bd5cd908b78967aef22b3b37e5b5b04e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -uNptr a/src/time_facets.cpp b/src/time_facets.cpp
--- a/src/time_facets.cpp	2008-12-10 10:56:51.000000000 +0100
+++ b/src/time_facets.cpp	2015-10-11 12:07:55.841141984 +0100
@@ -428,7 +428,7 @@ void _STLP_CALL __write_formatted_timeT(
         break;
       {
         int diff;
-#    if defined (__USE_BSD) || defined (__BEOS__)
+#    if defined (__USE_MISC) || defined (__USE_BSD) || defined (__BEOS__)
         diff = t->tm_gmtoff;
 #    else
         diff = t->__tm_gmtoff;