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.
This commit is contained in:
parent
fd5b08bb5a
commit
917268be7c
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue