From: Kevin Bowling Date: Fri, 7 Jan 2011 07:41:37 +0000 (-0700) Subject: Add evconfig-private to remaining files X-Git-Tag: release-2.1.1-alpha~320^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ded0a0907b5b49ba2ae4783edc24a465f1b66418;p=libevent Add evconfig-private to remaining files --- 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