Fix Linux build

This commit is contained in:
Evan Miller 2021-08-04 15:59:17 -04:00
parent a803abe1cf
commit c866b04b74

View File

@ -17,6 +17,7 @@
*/
#include <stdarg.h>
#include <locale.h>
#ifndef _XOPEN_SOURCE
#define _XOPEN_SOURCE 600
#endif
@ -27,8 +28,6 @@
#include <stdio.h>
#endif
#include <locale.h>
/** \addtogroup mdbsql
* @{
*/