]> granicus.if.org Git - libevent/commitdiff
include event.h in evhttp.h; found by Charles Kerr
authorNiels Provos <provos@gmail.com>
Sat, 25 Aug 2007 18:42:42 +0000 (18:42 +0000)
committerNiels Provos <provos@gmail.com>
Sat, 25 Aug 2007 18:42:42 +0000 (18:42 +0000)
svn:r404

evhttp.h

index 4597112ef530841a2f8fc0d8d629c0de36d1edbb..8b0e88d66c7646ddb64733c72ca4b2780d046d48 100644 (file)
--- a/evhttp.h
+++ b/evhttp.h
@@ -27,6 +27,8 @@
 #ifndef _EVHTTP_H_
 #define _EVHTTP_H_
 
+#include <event.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif