From: Niels Provos Date: Sat, 25 Aug 2007 18:42:42 +0000 (+0000) Subject: include event.h in evhttp.h; found by Charles Kerr X-Git-Tag: release-2.0.1-alpha~589 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49e01ff789ae1aa0a5666ac62062f27cce2cbb46;p=libevent include event.h in evhttp.h; found by Charles Kerr svn:r404 --- diff --git a/evhttp.h b/evhttp.h index 4597112e..8b0e88d6 100644 --- a/evhttp.h +++ b/evhttp.h @@ -27,6 +27,8 @@ #ifndef _EVHTTP_H_ #define _EVHTTP_H_ +#include + #ifdef __cplusplus extern "C" { #endif