1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-04 05:42:12 +03:00

get arpa/inet.h from apr_want.h for htons where applicable

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1551968 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Covener
2013-12-18 15:02:43 +00:00
parent 0fa5a34d64
commit c3e08f9469

View File

@@ -28,6 +28,8 @@
#include "apr_thread_mutex.h"
#include "apr_tables.h"
#include "util_cookies.h"
#define APR_WANT_BYTEFUNC
#include "apr_want.h"
extern apr_global_mutex_t* lua_ivm_mutex;