missing stdio include

svn:r884
This commit is contained in:
Niels Provos 2008-06-25 20:49:39 +00:00
parent ceca424e52
commit 0a66700e00

View File

@ -53,6 +53,7 @@
#include <sys/timeb.h>
#endif
#include <stdarg.h>
#include <stdio.h>
#include "evutil.h"
#include "log.h"