diff -ur -xCVS kannel-dev/gateway/gw/ota_compiler.c gateway/gw/ota_compiler.c
--- kannel-dev/gateway/gw/ota_compiler.c	2002-01-27 14:31:52.000000000 +0200
+++ gateway/gw/ota_compiler.c	2002-04-08 14:10:37.000000000 +0300
@@ -7,10 +7,10 @@
  */
 
 #include <ctype.h>
-#include <xmlmemory.h>
-#include <tree.h>
-#include <debugXML.h>
-#include <encoding.h>
+#include <libxml/xmlmemory.h>
+#include <libxml/tree.h>
+#include <libxml/debugXML.h>
+#include <libxml/encoding.h>
 
 #include "shared.h"
 #include "xml_shared.h"
diff -ur -xCVS kannel-dev/gateway/gw/shared.c gateway/gw/shared.c
--- kannel-dev/gateway/gw/shared.c	2002-01-28 02:00:36.000000000 +0200
+++ gateway/gw/shared.c	2002-04-08 14:10:56.000000000 +0300
@@ -5,7 +5,7 @@
  */
 
 #include <sys/utsname.h>
-#include <xmlversion.h>
+#include <libxml/xmlversion.h>
 
 #include "gwlib/gwlib.h"
 #include "shared.h"
diff -ur -xCVS kannel-dev/gateway/gw/wap_push_pap_compiler.c gateway/gw/wap_push_pap_compiler.c
--- kannel-dev/gateway/gw/wap_push_pap_compiler.c	2002-04-28 12:28:30.000000000 +0300
+++ gateway/gw/wap_push_pap_compiler.c	2002-04-28 12:46:02.000000000 +0300
@@ -26,11 +26,11 @@
  * By  Aarno Syvänen for Wapit Ltd and for Wiral Ltd.
  */
 
-#include <xmlmemory.h>
-#include <parser.h>
-#include <tree.h>
-#include <debugXML.h>
-#include <encoding.h>
+#include <libxml/xmlmemory.h>
+#include <libxml/parser.h>
+#include <libxml/tree.h>
+#include <libxml/debugXML.h>
+#include <libxml/encoding.h>
 #include <ctype.h>
 #include <string.h>
 
diff -ur -xCVS kannel-dev/gateway/gw/wap_push_si_compiler.c gateway/gw/wap_push_si_compiler.c
--- kannel-dev/gateway/gw/wap_push_si_compiler.c	2002-04-28 12:28:31.000000000 +0300
+++ gateway/gw/wap_push_si_compiler.c	2002-04-28 12:47:04.000000000 +0300
@@ -7,10 +7,10 @@
  */
 
 #include <ctype.h>
-#include <xmlmemory.h>
-#include <tree.h>
-#include <debugXML.h>
-#include <encoding.h>
+#include <libxml/xmlmemory.h>
+#include <libxml/tree.h>
+#include <libxml/debugXML.h>
+#include <libxml/encoding.h>
 
 #include "shared.h"
 #include "xml_shared.h"
diff -ur -xCVS kannel-dev/gateway/gw/wap_push_sl_compiler.c gateway/gw/wap_push_sl_compiler.c
--- kannel-dev/gateway/gw/wap_push_sl_compiler.c	2001-11-23 14:38:14.000000000 +0200
+++ gateway/gw/wap_push_sl_compiler.c	2002-04-08 14:12:50.000000000 +0300
@@ -7,10 +7,10 @@
  */
 
 #include <ctype.h>
-#include <xmlmemory.h>
-#include <tree.h>
-#include <debugXML.h>
-#include <encoding.h>
+#include <libxml/xmlmemory.h>
+#include <libxml/tree.h>
+#include <libxml/debugXML.h>
+#include <libxml/encoding.h>
 
 #include "xml_shared.h"
 #include "wap_push_sl_compiler.h"
diff -ur -xCVS kannel-dev/gateway/gw/wml_compiler.c gateway/gw/wml_compiler.c
--- kannel-dev/gateway/gw/wml_compiler.c	2001-11-23 14:40:43.000000000 +0200
+++ gateway/gw/wml_compiler.c	2002-04-08 14:13:14.000000000 +0300
@@ -21,10 +21,10 @@
 #include <math.h>
 #include <ctype.h>
 
-#include <xmlmemory.h>
-#include <tree.h>
-#include <debugXML.h>
-#include <encoding.h>
+#include <libxml/xmlmemory.h>
+#include <libxml/tree.h>
+#include <libxml/debugXML.h>
+#include <libxml/encoding.h>
 
 #include "gwlib/gwlib.h"
 #include "wml_compiler.h"
