mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-06-28 15:39:02 +08:00
Bump _XOPEN_SOURCE to 700
This allows locale_t to be defined on Linux.
This commit is contained in:
parent
c866b04b74
commit
d5a42d9fed
@ -17,9 +17,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <locale.h>
|
|
||||||
#ifndef _XOPEN_SOURCE
|
#ifndef _XOPEN_SOURCE
|
||||||
#define _XOPEN_SOURCE 600
|
#define _XOPEN_SOURCE 700
|
||||||
#endif
|
#endif
|
||||||
#include "mdbsql.h"
|
#include "mdbsql.h"
|
||||||
|
|
||||||
@ -28,6 +27,8 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <locale.h>
|
||||||
|
|
||||||
/** \addtogroup mdbsql
|
/** \addtogroup mdbsql
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user