diff options
-rw-r--r-- | cut-n-paste/toolbar-editor/egg-toolbars-model.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cut-n-paste/toolbar-editor/egg-toolbars-model.c b/cut-n-paste/toolbar-editor/egg-toolbars-model.c index ebf72b74..cede0c70 100644 --- a/cut-n-paste/toolbar-editor/egg-toolbars-model.c +++ b/cut-n-paste/toolbar-editor/egg-toolbars-model.c @@ -27,7 +27,9 @@ #include <unistd.h> #include <string.h> +#include <libxml/parser.h> #include <libxml/tree.h> +#include <libxml/xmlsave.h> #include <gdk/gdk.h> static void egg_toolbars_model_finalize (GObject *object); |