]> granicus.if.org Git - apache/commitdiff
include the appropriate header files for ntohs and htons to prevent
authorGreg Ames <gregames@apache.org>
Wed, 21 Nov 2001 18:09:27 +0000 (18:09 +0000)
committerGreg Ames <gregames@apache.org>
Wed, 21 Nov 2001 18:09:27 +0000 (18:09 +0000)
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

index f58d16a171b977a504b5e9d76dd6c49c62242c91..b2b1e8cc237a317f3a2e34d2be18fe99bdedbc9c 100644 (file)
@@ -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"