mirror of
https://github.com/apache/httpd.git
synced 2025-08-13 14:40:20 +00:00
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:
@ -39,8 +39,9 @@
|
|||||||
* that one of these matches the original address.
|
* that one of these matches the original address.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "apr.h"
|
#include "ap_config.h"
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#if !defined(MPE) && !defined(BEOS) && !defined(WIN32)
|
#if !defined(MPE) && !defined(BEOS) && !defined(WIN32)
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
|
@ -71,8 +71,9 @@
|
|||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
void main (int argc, char **argv)
|
int main (int argc, char **argv)
|
||||||
{
|
{
|
||||||
char buf[BUFSIZE], buf2[MAX_PATH];
|
char buf[BUFSIZE], buf2[MAX_PATH];
|
||||||
time_t tLogEnd = 0;
|
time_t tLogEnd = 0;
|
||||||
|
Reference in New Issue
Block a user