mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
Set _XOPEN_SOURCE to 600. Fixes #301
Some platforms including RHEL need _XOPEN_SOURCE to be defined as a particular value. 600 seems to be a popular choice.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <stdarg.h>
|
||||
#ifndef _XOPEN_SOURCE
|
||||
#define _XOPEN_SOURCE
|
||||
#define _XOPEN_SOURCE 600
|
||||
#endif
|
||||
#include "mdbsql.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user