all repos — mgba @ c7533287341922730d15c210141594c8e3a9f70f

mGBA Game Boy Advance Emulator

Util: Fix Windows build
Jeffrey Pfau jeffrey@endrift.com
Tue, 15 Sep 2015 22:47:19 -0700
commit

c7533287341922730d15c210141594c8e3a9f70f

parent

accac1525f2bc921e7aa94adfc2cabe13d7167f2

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/util/formatting.csrc/util/formatting.c

@@ -6,6 +6,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "formatting.h" #include <float.h> +#include <time.h> int ftostr_l(char* restrict str, size_t size, float f, locale_t locale) { #ifdef HAVE_SNPRINTF_L