From: Nick Mathewson Date: Fri, 2 Jan 2009 04:56:56 +0000 (+0000) Subject: Include http_compat.h in http.c so we do not get warnings about functions with no... X-Git-Tag: release-2.0.1-alpha~194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f37d1685df84cd7da52a21f4e4469faa641d1aaa;p=libevent Include http_compat.h in http.c so we do not get warnings about functions with no prototypes. svn:r981 --- diff --git a/http.c b/http.c index 3e9952a7..768cc8ad 100644 --- a/http.c +++ b/http.c @@ -89,6 +89,7 @@ #include "event2/buffer.h" #include "event2/bufferevent.h" #include "event2/http_struct.h" +#include "event2/http_compat.h" #include "event2/util.h" #include "log.h" #include "http-internal.h"