misc: Include stdio.h for snprintf.

This commit is contained in:
Andreas Schneider 2013-03-05 10:45:33 +01:00 committed by Klaas Freitag
parent 061fa6cc1b
commit df2a04b4ab

View file

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