Util: Fix Windows build
Jeffrey Pfau jeffrey@endrift.com
Tue, 15 Sep 2015 22:47:19 -0700
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/util/formatting.c
→
src/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