added APR_HAVE_ARPA_INET_H pre-compile macro

This commit is contained in:
Breno Silva 2012-11-28 09:02:54 -04:00
parent ac4815f492
commit c4e9dbaed7

View File

@ -23,7 +23,7 @@
#include "msc_tree.h"
#include "msc_crypt.h"
#if !defined(WIN32) || !defined(WINNT)
#if APR_HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif