summaryrefslogtreecommitdiff
path: root/archiver
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@ximian.com>2001-08-22 19:15:13 +0000
committerHans Petter <hansp@src.gnome.org>2001-08-22 19:15:13 +0000
commit917268be7c75306395a71b51fe58384809a3c2f8 (patch)
treeea12610f6aa8d6a6b1193d2fd1b86fce37252c45 /archiver
parentfd5b08bb5a7a8ba69403ee42eaba1eda2888d4ed (diff)
downloadgnome-control-center-917268be7c75306395a71b51fe58384809a3c2f8.tar.gz
Fixed include path, libxml -> gnome-xml. It's consistent with the includes
2001-08-22 Hans Petter Jansson <hpj@ximian.com> * archiver-client.h: Fixed include path, libxml -> gnome-xml. It's consistent with the includes in archiver-client.c, and it stops the build breaking here.
Diffstat (limited to 'archiver')
-rw-r--r--archiver/ChangeLog6
-rw-r--r--archiver/archiver-client.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/archiver/ChangeLog b/archiver/ChangeLog
index 5f438e6d8..bf5354c81 100644
--- a/archiver/ChangeLog
+++ b/archiver/ChangeLog
@@ -1,3 +1,9 @@
+2001-08-22 Hans Petter Jansson <hpj@ximian.com>
+
+ * archiver-client.h: Fixed include path, libxml -> gnome-xml. It's
+ consistent with the includes in archiver-client.c, and it stops the build
+ breaking here.
+
2001-08-21 Bradford Hovinen <hovinen@ximian.com>
* archive.c (archive_get_current_location_id): Use
diff --git a/archiver/archiver-client.h b/archiver/archiver-client.h
index 0f39761b7..526e59ad8 100644
--- a/archiver/archiver-client.h
+++ b/archiver/archiver-client.h
@@ -25,7 +25,7 @@
#define __ARCHIVER_CLIENT_H
#include <gnome.h>
-#include <libxml/tree.h>
+#include <gnome-xml/tree.h>
#include <time.h>
#include "ConfigArchiver.h"