Maybe actually fix compiler warning this time.

This commit is contained in:
Ryan C. Gordon 2013-04-16 00:09:48 -04:00
parent 86b8376c2b
commit 19909e7dcb

View file

@ -3,6 +3,7 @@
*/
#include <stdio.h>
#include <string.h>
/* Visual Studio 2008 doesn't have stdint.h */
#if defined(_MSC_VER) && _MSC_VER <= 1500