misc: Include stdio.h for snprintf.

This commit is contained in:
Andreas Schneider 2013-03-05 10:45:33 +01:00
parent fdb2fe3ef9
commit fc16af05a5

View file

@ -27,6 +27,7 @@
#include <limits.h> #include <limits.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h>
#include <sys/types.h> #include <sys/types.h>
#if _WIN32 #if _WIN32