Merge pull request from mdbtools/issue-301

Set _XOPEN_SOURCE to 600
This commit is contained in:
Evan Miller 2021-05-19 10:09:15 -04:00 committed by GitHub
commit 6136252a85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
#include <stdarg.h>
#ifndef _XOPEN_SOURCE
#define _XOPEN_SOURCE
#define _XOPEN_SOURCE 600
#endif
#include "mdbsql.h"