From 51581e1578d8569217c2ec993734667a1d49cdb0 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 9 Mar 2017 01:50:27 +0100 Subject: [PATCH] Include string.h instead --- libretro-common/formats/json/jsonsax_full.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-common/formats/json/jsonsax_full.c b/libretro-common/formats/json/jsonsax_full.c index 879ce7bd8d4..b94115bc3a4 100644 --- a/libretro-common/formats/json/jsonsax_full.c +++ b/libretro-common/formats/json/jsonsax_full.c @@ -21,7 +21,7 @@ */ #include -#include +#include /* Ensure uint32_t type (compiler-dependent). */ #if defined(_MSC_VER)