From ded0a0907b5b49ba2ae4783edc24a465f1b66418 Mon Sep 17 00:00:00 2001 From: Kevin Bowling Date: Fri, 7 Jan 2011 00:41:37 -0700 Subject: [PATCH] Add evconfig-private to remaining files --- arc4random.c | 1 + bufferevent_filter.c | 2 ++ bufferevent_ratelim.c | 1 + epoll_sub.c | 1 + event_iocp.c | 1 + 5 files changed, 6 insertions(+) diff --git a/arc4random.c b/arc4random.c index b6d2c5b3..045b9d2a 100644 --- a/arc4random.c +++ b/arc4random.c @@ -49,6 +49,7 @@ #endif #ifndef ARC4RANDOM_NO_INCLUDES +#include "evconfig-private.h" #ifdef WIN32 #include #include diff --git a/bufferevent_filter.c b/bufferevent_filter.c index 6886aca0..ad8a316b 100644 --- a/bufferevent_filter.c +++ b/bufferevent_filter.c @@ -26,6 +26,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "evconfig-private.h" + #include #include "event2/event-config.h" diff --git a/bufferevent_ratelim.c b/bufferevent_ratelim.c index 85904e82..7e51c2e5 100644 --- a/bufferevent_ratelim.c +++ b/bufferevent_ratelim.c @@ -25,6 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "evconfig-private.h" #include #include diff --git a/epoll_sub.c b/epoll_sub.c index 3a31e35a..57599362 100644 --- a/epoll_sub.c +++ b/epoll_sub.c @@ -24,6 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "evconfig-private.h" #include #include diff --git a/event_iocp.c b/event_iocp.c index 254ed90d..7fa39506 100644 --- a/event_iocp.c +++ b/event_iocp.c @@ -23,6 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "evconfig-private.h" #include #include