From: Eric Covener Date: Wed, 18 Dec 2013 15:03:19 +0000 (+0000) Subject: Merge r1551968 from trunk: X-Git-Tag: 2.4.8~346 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b433a30ee53e6efacfdbf6af214e909a2b18e8a9;p=apache Merge r1551968 from trunk: get arpa/inet.h from apr_want.h for htons where applicable git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1551969 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/lua/lua_request.c b/modules/lua/lua_request.c index dd1e552fc6..fa8fe25d3c 100644 --- a/modules/lua/lua_request.c +++ b/modules/lua/lua_request.c @@ -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_thread_mutex_t* lua_ivm_mutex;