Util: Fix Windows build

This commit is contained in:
Jeffrey Pfau 2015-09-15 22:47:19 -07:00
parent accac1525f
commit c753328734
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#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