From: Greg Ames Date: Wed, 21 Nov 2001 18:09:27 +0000 (+0000) Subject: include the appropriate header files for ntohs and htons to prevent X-Git-Tag: 2.0.29~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04054671f151634dc9415d71394e223e7e8b5fa2;p=apache 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 --- 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"