diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2008-09-06 01:14:33 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2008-09-06 01:14:33 +0000 |
| commit | 7cb82fba5d6128e0ef969e9ae6db5ca6ef38229d (patch) | |
| tree | 7b2f4cce546c484ac668c02c6da20d4873c4a936 /src/widgets | |
| parent | undo last commit - here's a better way to fix this bug (diff) | |
| download | inkscape-7cb82fba5d6128e0ef969e9ae6db5ca6ef38229d.tar.gz inkscape-7cb82fba5d6128e0ef969e9ae6db5ca6ef38229d.zip | |
Change includes for gtk.h/gtkclist.h slightly
(bzr r6769)
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/sp-xmlview-attr-list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/sp-xmlview-attr-list.h b/src/widgets/sp-xmlview-attr-list.h index 7c6f00b20..c6ac75d27 100644 --- a/src/widgets/sp-xmlview-attr-list.h +++ b/src/widgets/sp-xmlview-attr-list.h @@ -13,10 +13,10 @@ */ #include <stdio.h> +#include <gtk/gtk.h> #include <gtk/gtkclist.h> #include "../xml/repr.h" -#include <glib.h> |
