mirror of https://github.com/mgba-emu/mgba.git
Util: Fix Windows build
This commit is contained in:
parent
accac1525f
commit
c753328734
|
@ -6,6 +6,7 @@
|
||||||
#include "formatting.h"
|
#include "formatting.h"
|
||||||
|
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
int ftostr_l(char* restrict str, size_t size, float f, locale_t locale) {
|
int ftostr_l(char* restrict str, size_t size, float f, locale_t locale) {
|
||||||
#ifdef HAVE_SNPRINTF_L
|
#ifdef HAVE_SNPRINTF_L
|
||||||
|
|
Loading…
Reference in New Issue