mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
Merge pull request #306 from mdbtools/issue-301
Set _XOPEN_SOURCE to 600
This commit is contained in:
commit
6136252a85
@ -18,7 +18,7 @@
|
||||
|
||||
#include <stdarg.h>
|
||||
#ifndef _XOPEN_SOURCE
|
||||
#define _XOPEN_SOURCE
|
||||
#define _XOPEN_SOURCE 600
|
||||
#endif
|
||||
#include "mdbsql.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user