Let's limit the extent of the definition of _XOPEN_SOURCE.
This commit is contained in:
parent
142cdf5ec9
commit
961b565690
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@
|
|||
|
||||
#define _XOPEN_SOURCE /* glibc2 needs this to declare strptime() */
|
||||
#include <time.h>
|
||||
#undef _XOPEN_SOURCE /* To avoid clashes with anything else... */
|
||||
#include <string.h>
|
||||
|
||||
#include <openssl/ssl.h>
|
||||
|
|
Loading…
Reference in a new issue