Fix some compile breaks in the support directory. These have not been

tested, but they do compile at least.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85054 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan Bloom
2000-04-27 04:22:57 +00:00
parent eb3fe5cf4f
commit fdd1a286e9
2 changed files with 4 additions and 2 deletions

View File

@ -39,8 +39,9 @@
* that one of these matches the original address.
*/
#include "apr.h"
#include "ap_config.h"
#include <ctype.h>
#include <stdio.h>
#if !defined(MPE) && !defined(BEOS) && !defined(WIN32)
#include <arpa/inet.h>