diff options
author | Robey Pointer <robey@src.gnome.org> | 2000-12-15 09:04:16 +0000 |
---|---|---|
committer | Robey Pointer <robey@src.gnome.org> | 2000-12-15 09:04:16 +0000 |
commit | 0b5872d348aa14354e713312373c0ae090a58efd (patch) | |
tree | a6e1911d9954b5966bd660685a0629523737dd96 /components/services/install/lib/eazel-install-object.c | |
parent | 0010108ffa0e3dd04cee8ce378a35b5ee4c7a659 (diff) | |
download | nautilus-0b5872d348aa14354e713312373c0ae090a58efd.tar.gz |
Clean up libtrilobite: move network and XML related funcs into
-network.c and logging stuff into -messaging.c, where they were
intended to be all along I guess. Fix header include lines from
other files to match the new locations. Ditch the archaic
helixcode stuff.
Diffstat (limited to 'components/services/install/lib/eazel-install-object.c')
-rw-r--r-- | components/services/install/lib/eazel-install-object.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/services/install/lib/eazel-install-object.c b/components/services/install/lib/eazel-install-object.c index cd0e1412e..1e8d2133c 100644 --- a/components/services/install/lib/eazel-install-object.c +++ b/components/services/install/lib/eazel-install-object.c @@ -24,6 +24,7 @@ #include <config.h> #include <errno.h> #include <gnome.h> +#include <gnome-xml/parser.h> #include "eazel-install-public.h" #include "eazel-install-private.h" |