]> granicus.if.org Git - apache/commitdiff
get arpa/inet.h from apr_want.h for htons where applicable
authorEric Covener <covener@apache.org>
Wed, 18 Dec 2013 15:02:43 +0000 (15:02 +0000)
committerEric Covener <covener@apache.org>
Wed, 18 Dec 2013 15:02:43 +0000 (15:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1551968 13f79535-47bb-0310-9956-ffa450edef68

modules/lua/lua_request.c

index a840c1e80f6b762d5c39fb78a2f13d956df55a17..e97c7fb2783d782fd3ec2b250f89f3ec74d8b26a 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_global_mutex_t* lua_ivm_mutex;