blob: 13059eb13fc7fa39ede639aa9b65b3c98e3a1720 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- mod_xslt.c.orig Tue Sep 25 15:15:15 2001
+++ mod_xslt.c Tue Sep 25 15:15:42 2001
@@ -43,7 +43,7 @@
#include "http_protocol.h"
#include "ap_config.h"
#include "util_uri.h"
-#include "alloc.h"
+#include "ap_alloc.h"
#include "http_core.h"
#include "sablot.h"
#include "http_log.h"
|