Skip to content

Commit

Permalink
Include string.h instead
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Mar 9, 2017
1 parent 1148c61 commit 51581e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libretro-common/formats/json/jsonsax_full.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

#include <stdlib.h>
#include <memory.h>
#include <string.h>

/* Ensure uint32_t type (compiler-dependent). */
#if defined(_MSC_VER)
Expand Down

0 comments on commit 51581e1

Please sign in to comment.