Include http_compat.h in http.c so we do not get warnings about functions with no prototypes.

svn:r981
This commit is contained in:
Nick Mathewson 2009-01-02 04:56:56 +00:00
parent 87be18daa1
commit f37d1685df

1
http.c
View File

@ -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"