diff options
author | David Reid <dreid@apache.org> | 1999-10-21 01:11:48 +0200 |
---|---|---|
committer | David Reid <dreid@apache.org> | 1999-10-21 01:11:48 +0200 |
commit | 50c3f704fbdf4ece63c07c6b9b3ecd274cec7d76 (patch) | |
tree | 1ca9f3b7721bd38c96e283d507c38bfc964671b3 /support/logresolve.c | |
parent | Fix an ap_log_rerror call in a Win32 code branch (diff) | |
download | apache2-50c3f704fbdf4ece63c07c6b9b3ecd274cec7d76.tar.xz apache2-50c3f704fbdf4ece63c07c6b9b3ecd274cec7d76.zip |
Missed this one when I was making the support programs compile on
BeOS. All should now compile on "vanilla" BeOS.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84014 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/logresolve.c')
-rw-r--r-- | support/logresolve.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/logresolve.c b/support/logresolve.c index 914c2ed2a4..c95fa7d6d2 100644 --- a/support/logresolve.c +++ b/support/logresolve.c @@ -44,7 +44,7 @@ #include <ctype.h> -#ifndef MPE +#if !defined(MPE) && !defined(BEOS) #include <arpa/inet.h> #endif |