]> granicus.if.org Git - apache/commitdiff
Merge r1551968 from trunk:
authorEric Covener <covener@apache.org>
Wed, 18 Dec 2013 15:03:19 +0000 (15:03 +0000)
committerEric Covener <covener@apache.org>
Wed, 18 Dec 2013 15:03:19 +0000 (15:03 +0000)
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

modules/lua/lua_request.c

index dd1e552fc68f0018cdaedb678e367cde824b1330..fa8fe25d3c257b78d7c1adc311518448c034980b 100644 (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_thread_mutex_t* lua_ivm_mutex;