From: Nick Mathewson Date: Thu, 17 Apr 2008 19:16:30 +0000 (+0000) Subject: r15218@tombo: nickm | 2008-04-17 15:10:13 -0400 X-Git-Tag: release-2.0.1-alpha~377 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=beb39f577032cc7ba1c727fda00fc63816a90262;p=libevent r15218@tombo: nickm | 2008-04-17 15:10:13 -0400 Add a missing #include svn:r715 --- diff --git a/include/event2/buffer.h b/include/event2/buffer.h index f6e0e247..2b77b5d1 100644 --- a/include/event2/buffer.h +++ b/include/event2/buffer.h @@ -65,6 +65,7 @@ extern "C" { #endif #include +#include struct evbuffer;