Bump _XOPEN_SOURCE to 700

This allows locale_t to be defined on Linux.
This commit is contained in:
Evan Miller 2021-08-04 16:06:47 -04:00
parent c866b04b74
commit d5a42d9fed

View File

@ -17,9 +17,8 @@
*/
#include <stdarg.h>
#include <locale.h>
#ifndef _XOPEN_SOURCE
#define _XOPEN_SOURCE 600
#define _XOPEN_SOURCE 700
#endif
#include "mdbsql.h"
@ -28,6 +27,8 @@
#include <stdio.h>
#endif
#include <locale.h>
/** \addtogroup mdbsql
* @{
*/