From c3e08f9469c60ff5dbb33dfbdee332567f4dcd56 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Wed, 18 Dec 2013 15:02:43 +0000 Subject: [PATCH] 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 --- modules/lua/lua_request.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/lua/lua_request.c b/modules/lua/lua_request.c index a840c1e80f..e97c7fb278 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; -- 2.40.0