24 lines
657 B
Diff
24 lines
657 B
Diff
|
From cf0debea3e4af3a58cdf8d08fa1ddc7e1869ae49 Mon Sep 17 00:00:00 2001
|
||
|
From: Jan Kaluza <hanzz.k@gmail.com>
|
||
|
Date: Wed, 25 Jul 2012 10:24:53 +0200
|
||
|
Subject: [PATCH 24/28] Include apu_errno.h
|
||
|
|
||
|
---
|
||
|
src/modules/perl/modperl_apr_includes.h | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/src/modules/perl/modperl_apr_includes.h b/src/modules/perl/modperl_apr_includes.h
|
||
|
index f5ae341..8e69776 100644
|
||
|
--- a/src/modules/perl/modperl_apr_includes.h
|
||
|
+++ b/src/modules/perl/modperl_apr_includes.h
|
||
|
@@ -35,5 +35,6 @@
|
||
|
#include "apr_general.h"
|
||
|
#include "apr_uuid.h"
|
||
|
#include "apr_env.h"
|
||
|
+#include "apu_errno.h"
|
||
|
|
||
|
#endif /* MODPERL_APR_INCLUDES_H */
|
||
|
--
|
||
|
1.7.11.4
|
||
|
|