Commit 93cc1e70 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Fix Win32 Breakage


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88068 13f79535-47bb-0310-9956-ffa450edef68
parent 6b88b518
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line

/* ====================================================================
 * The Apache Software License, Version 1.1
 *
@@ -67,6 +66,7 @@
#include "apr_portable.h"
#include "apr_getopt.h"
#include "apr_strings.h"
#include "apr_lib.h"
#include "ap_mpm.h"
#include "ap_config.h"
#include "ap_listen.h"
+1 −0
Original line number Diff line number Diff line
@@ -86,6 +86,7 @@
#include "http_log.h"
#include "mpm_winnt.h"
#include "apr_strings.h"
#include "apr_lib.h"

static const char * service_name = NULL;