From 49e01ff789ae1aa0a5666ac62062f27cce2cbb46 Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Sat, 25 Aug 2007 18:42:42 +0000 Subject: [PATCH] include event.h in evhttp.h; found by Charles Kerr svn:r404 --- evhttp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/evhttp.h b/evhttp.h index 4597112e..8b0e88d6 100644 --- a/evhttp.h +++ b/evhttp.h @@ -27,6 +27,8 @@ #ifndef _EVHTTP_H_ #define _EVHTTP_H_ +#include + #ifdef __cplusplus extern "C" { #endif -- 2.50.0