From: Martin Kraemer Date: Sun, 21 Nov 1999 22:10:22 +0000 (+0000) Subject: Use APR's getopt X-Git-Tag: 1.3.10~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b7373e940f8693813809b6a605ca5b042aab9b3;p=apache Use APR's getopt git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84142 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/main.c b/server/main.c index 5df9d05202..70ba9161c5 100644 --- a/server/main.c +++ b/server/main.c @@ -61,6 +61,7 @@ #include "http_log.h" #include "http_config.h" #include "util_uri.h" +#include "apr_getopt.h" #include "ap_mpm.h" const char *ap_server_argv0;