]> granicus.if.org Git - libevent/commitdiff
Include http_compat.h in http.c so we do not get warnings about functions with no...
authorNick Mathewson <nickm@torproject.org>
Fri, 2 Jan 2009 04:56:56 +0000 (04:56 +0000)
committerNick Mathewson <nickm@torproject.org>
Fri, 2 Jan 2009 04:56:56 +0000 (04:56 +0000)
svn:r981

http.c

diff --git a/http.c b/http.c
index 3e9952a7a2c47e59ca834745a5561668775476b8..768cc8ad7d91828856b394f18a315da578c61d9d 100644 (file)
--- 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"