]> granicus.if.org Git - libevent/commitdiff
r15218@tombo: nickm | 2008-04-17 15:10:13 -0400
authorNick Mathewson <nickm@torproject.org>
Thu, 17 Apr 2008 19:16:30 +0000 (19:16 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 17 Apr 2008 19:16:30 +0000 (19:16 +0000)
 Add a missing #include <stdarg.h>

svn:r715

include/event2/buffer.h

index f6e0e247d1b092898ebea2f8ed44e6ca5a6e1b67..2b77b5d15f7120b76f0413f56f628ebea116421e 100644 (file)
@@ -65,6 +65,7 @@ extern "C" {
 #endif
 
 #include <event-config.h>
+#include <stdarg.h>
 
 struct evbuffer;