r15218@tombo: nickm | 2008-04-17 15:10:13 -0400

Add a missing #include <stdarg.h>


svn:r715
This commit is contained in:
Nick Mathewson 2008-04-17 19:16:30 +00:00
parent e688a88a82
commit beb39f5770

View File

@ -65,6 +65,7 @@ extern "C" {
#endif
#include <event-config.h>
#include <stdarg.h>
struct evbuffer;