Skip to content

Commit

Permalink
Add evconfig-private to remaining files
Browse files Browse the repository at this point in the history
  • Loading branch information
kev009 committed Jan 7, 2011
1 parent fd7b5a8 commit ded0a09
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions arc4random.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
#endif

#ifndef ARC4RANDOM_NO_INCLUDES
#include "evconfig-private.h"
#ifdef WIN32
#include <wincrypt.h>
#include <process.h>
Expand Down
2 changes: 2 additions & 0 deletions bufferevent_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#include "evconfig-private.h"

#include <sys/types.h>

#include "event2/event-config.h"
Expand Down
1 change: 1 addition & 0 deletions bufferevent_ratelim.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <sys/types.h>
#include <limits.h>
Expand Down
1 change: 1 addition & 0 deletions epoll_sub.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <stdint.h>

#include <sys/param.h>
Expand Down
1 change: 1 addition & 0 deletions event_iocp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <winsock2.h>
#include <windows.h>
Expand Down

0 comments on commit ded0a09

Please sign in to comment.