summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2013-12-18 15:03:19 +0000
committerEric Covener <covener@apache.org>2013-12-18 15:03:19 +0000
commitb433a30ee53e6efacfdbf6af214e909a2b18e8a9 (patch)
treefc9f5432fd523dee7bfb26794fdba30ad6e1b3cc
parent6019f94b618db43f0002b5707da8a8d0bb5057cf (diff)
downloadhttpd-b433a30ee53e6efacfdbf6af214e909a2b18e8a9.tar.gz
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
-rw-r--r--modules/lua/lua_request.c2
1 files changed, 2 insertions, 0 deletions
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;