summaryrefslogtreecommitdiff
path: root/www/kannel/files/patch-ag
blob: 8d44dbf48944cd331c03f6fc498d86dbd9445304 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- gw/wml_compiler.c.orig	Sat Mar 30 22:08:15 2002
+++ gw/wml_compiler.c	Sat Mar 30 22:08:44 2002
@@ -21,10 +21,10 @@
 #include <string.h>
 #include <math.h>
 
-#include <xmlmemory.h>
-#include <parser.h>
-#include <tree.h>
-#include <debugXML.h>
+#include <libxml/xmlmemory.h>
+#include <libxml/parser.h>
+#include <libxml/tree.h>
+#include <libxml/debugXML.h>
 
 #include "gwlib/gwlib.h"
 #include "wml_compiler.h"