mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +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 <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
|
||||
* @{
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user