From f37d1685df84cd7da52a21f4e4469faa641d1aaa Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 2 Jan 2009 04:56:56 +0000 Subject: [PATCH] Include http_compat.h in http.c so we do not get warnings about functions with no prototypes. svn:r981 --- http.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.50.1