summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_time.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/a_time.c')
-rw-r--r--crypto/asn1/a_time.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/asn1/a_time.c b/crypto/asn1/a_time.c
index 96ee63d310..49548235ad 100644
--- a/crypto/asn1/a_time.c
+++ b/crypto/asn1/a_time.c
@@ -14,6 +14,8 @@
* generalTime GeneralizedTime }
*/
+#define _XOPEN_SOURCE /* To get a definition of timezone */
+
#include <stdio.h>
#include <time.h>
#include "crypto/asn1.h"