diff options
-rw-r--r-- | e-util/ChangeLog | 4 | ||||
-rw-r--r-- | e-util/e-pilot-util.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index e6aedd3af9..af3aea3e52 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,7 @@ +2003-03-02 Rodney Dawes <dobey@ximian.com> + + * e-pilot-util.c: s/gnome-xml/libxml/ + 2003-02-27 JP Rosevear <jpr@ximian.com> * Makefile.am: include gnome-pilot cflags diff --git a/e-util/e-pilot-util.c b/e-util/e-pilot-util.c index c1da384317..9e9c13d2c0 100644 --- a/e-util/e-pilot-util.c +++ b/e-util/e-pilot-util.c @@ -22,7 +22,7 @@ #include <stdlib.h> #include <time.h> -#include <gnome-xml/parser.h> +#include <libxml/parser.h> #include <pi-util.h> #include "e-pilot-util.h" |