You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by pg...@apache.org on 2009/01/21 05:58:33 UTC

svn commit: r736214 - /perl/modperl/trunk/src/modules/perl/mod_perl.c

Author: pgollucci
Date: Tue Jan 20 20:58:32 2009
New Revision: 736214

URL: http://svn.apache.org/viewvc?rev=736214&view=rev
Log:
fix the build

Modified:
    perl/modperl/trunk/src/modules/perl/mod_perl.c

Modified: perl/modperl/trunk/src/modules/perl/mod_perl.c
URL: http://svn.apache.org/viewvc/perl/modperl/trunk/src/modules/perl/mod_perl.c?rev=736214&r1=736213&r2=736214&view=diff
==============================================================================
--- perl/modperl/trunk/src/modules/perl/mod_perl.c (original)
+++ perl/modperl/trunk/src/modules/perl/mod_perl.c Tue Jan 20 20:58:32 2009
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "mod_perl_h"
+#include "mod_perl.h"
 
 /* make sure that mod_perl won't try to start itself, while it's
  * already starting. If the flag's value is 1 * it's still starting,