MODSEC-359

This commit is contained in:
Breno Silva 2012-11-28 23:10:52 -04:00
parent 5c6bdb90fc
commit 4564c65489

View File

@ -14,10 +14,14 @@
#include <stdio.h>
#include <stdlib.h>
#if #if APR_HAVE_STDINT_H
#include <stdint.h>
#endif
#include <string.h>
#if !defined(WIN32) || !defined(WINNT)
#if APR_HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#if APR_HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
#include "apr_lib.h"