From: Richard Levitte Date: Mon, 9 Jul 2001 21:51:03 +0000 (+0000) Subject: If I define _XOPEN_SOURCE before including *any* system header file, X-Git-Tag: OpenSSL_0_9_6c~182^2~38 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7e99812432a73d7dfe2a7e27a72ce9a51b8efd93;p=oweals%2Fopenssl.git If I define _XOPEN_SOURCE before including *any* system header file, things will work much more smoothly. --- diff --git a/ssl/kssl.c b/ssl/kssl.c index a92c87273d..889061e3be 100644 --- a/ssl/kssl.c +++ b/ssl/kssl.c @@ -68,9 +68,9 @@ #include #ifndef OPENSSL_NO_KRB5 -#include #define _XOPEN_SOURCE /* glibc2 needs this to declare strptime() */ #include +#include #include #include