From: Eric Covener Date: Wed, 18 Dec 2013 15:02:43 +0000 (+0000) Subject: get arpa/inet.h from apr_want.h for htons where applicable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4940ff3190f41488f6e02aec9277be3e592ab6f;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/lua/lua_request.c b/modules/lua/lua_request.c index a840c1e80f6..e97c7fb2783 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_global_mutex_t* lua_ivm_mutex;