mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-07-15 14:59:19 +08:00
parent
a47224bb80
commit
ceb65d6ece
@ -18,7 +18,9 @@
|
||||
|
||||
#include "mdbtools.h"
|
||||
|
||||
#ifndef _XOPEN_SOURCE
|
||||
#define _XOPEN_SOURCE
|
||||
#endif
|
||||
#include <time.h>
|
||||
|
||||
#define OFFSET_MASK 0x1fff
|
||||
|
@ -17,7 +17,9 @@
|
||||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
#ifndef _XOPEN_SOURCE
|
||||
#define _XOPEN_SOURCE
|
||||
#endif
|
||||
#include "mdbsql.h"
|
||||
|
||||
#ifdef HAVE_STRPTIME
|
||||
|
Loading…
Reference in New Issue
Block a user