diff --git a/ChangeLog b/ChangeLog index 4d99734c..fbb67323 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Changes in 1.4.6-stable: + o evutil.h now includes directly + Changes in 1.4.5-stable: o Fix connection keep-alive behavior for HTTP/1.0 o Fix use of freed memory in event_reinit; pointed out by Peter Postma diff --git a/evutil.c b/evutil.c index b47821fe..311b9629 100644 --- a/evutil.c +++ b/evutil.c @@ -52,7 +52,6 @@ #if defined WIN32 && !defined(HAVE_GETTIMEOFDAY_H) #include #endif -#include #include #include "evutil.h" diff --git a/evutil.h b/evutil.h index 28a30258..0a018b8c 100644 --- a/evutil.h +++ b/evutil.h @@ -50,6 +50,7 @@ extern "C" { #ifdef _EVENT_HAVE_SYS_TYPES_H #include #endif +#include #ifdef _EVENT_HAVE_UINT64_T #define ev_uint64_t uint64_t