]> granicus.if.org Git - libevent/commitdiff
svn:r797
authorNick Mathewson <nickm@torproject.org>
Thu, 8 May 2008 15:38:31 +0000 (15:38 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 8 May 2008 15:38:31 +0000 (15:38 +0000)
include/event2/http.h

index b11303cdb163e5886bc146765a5e57e755112c5f..33d4b7c2b87d96acb9ddd225d709d497ce116de8 100644 (file)
@@ -27,7 +27,9 @@
 #ifndef _EVENT2_HTTP_H_
 #define _EVENT2_HTTP_H_
 
-#include <event.h>
+#include <event2/http.h>
+#include <event2/http_struct.h>
+#include <event2/http_compat.h>
 
 #ifdef __cplusplus
 extern "C" {