From: André Malo Date: Wed, 4 Feb 2004 20:18:32 +0000 (+0000) Subject: outch. Fix include guard to match the right name. X-Git-Tag: pre_ajp_proxy~734 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93f38ff81d672d33aa0f5b92dde8b89c92728d3a;p=apache outch. Fix include guard to match the right name. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102504 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mpm.h b/include/ap_mpm.h index d1d3bc8e8f..412c5dea03 100644 --- a/include/ap_mpm.h +++ b/include/ap_mpm.h @@ -52,8 +52,8 @@ * . */ -#ifndef AP_MMN_H -#define AP_MMN_H +#ifndef AP_MPM_H +#define AP_MPM_H #include "apr_thread_proc.h"