From 04054671f151634dc9415d71394e223e7e8b5fa2 Mon Sep 17 00:00:00 2001 From: Greg Ames Date: Wed, 21 Nov 2001 18:09:27 +0000 Subject: [PATCH] include the appropriate header files for ntohs and htons to prevent OS/390 build failures. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92095 13f79535-47bb-0310-9956-ffa450edef68 --- modules/dav/fs/dbm.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/dav/fs/dbm.c b/modules/dav/fs/dbm.c index f58d16a171..b2b1e8cc23 100644 --- a/modules/dav/fs/dbm.c +++ b/modules/dav/fs/dbm.c @@ -72,6 +72,9 @@ #include "apr_dbm.h" +#define APR_WANT_BYTEFUNC +#include "apr_want.h" /* for ntohs and htons */ + #include "mod_dav.h" #include "repos.h" -- 2.40.0