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 7d1b4d4..cdd340e 100644 --- a/cut-n-paste/toolbar-editor/egg-toolbars-model.c +++ b/cut-n-paste/toolbar-editor/egg-toolbars-model.c @@ -27,6 +27,8 @@  #include <unistd.h>  #include <string.h> +#include <libxml/globals.h> +#include <libxml/parser.h>  #include <libxml/tree.h>  #include <gdk/gdk.h> | 
