diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2009-01-16 00:36:28 +0000 |
|---|---|---|
| committer | JucaBlues <JucaBlues@users.sourceforge.net> | 2009-01-16 00:36:28 +0000 |
| commit | ba2a6604c3fff5da9f551253488f2fd20f23f6b1 (patch) | |
| tree | 968767522d503ff7c914e7c52812855684c0efa5 /src/dialogs/item-properties.cpp | |
| parent | adding a "scripting" tab to document properties dialog that allow the user to... (diff) | |
| download | inkscape-ba2a6604c3fff5da9f551253488f2fd20f23f6b1.tar.gz inkscape-ba2a6604c3fff5da9f551253488f2fd20f23f6b1.zip | |
trying to fix the build for debian sid. It builds OK for me on Ubuntu 8.10 but a Debian sid user has complained about it. So I am including explicitely the gtkexpander.h
header. I hope it fixes the build for him.
(bzr r7138)
Diffstat (limited to 'src/dialogs/item-properties.cpp')
| -rw-r--r-- | src/dialogs/item-properties.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dialogs/item-properties.cpp b/src/dialogs/item-properties.cpp index a885e7a61..076358082 100644 --- a/src/dialogs/item-properties.cpp +++ b/src/dialogs/item-properties.cpp @@ -22,6 +22,7 @@ #include <gtk/gtkspinbutton.h> #include <gtk/gtklabel.h> #include <gtk/gtkframe.h> +#include <gtk/gtkexpander.h> #include <gtk/gtktextview.h> #include <gtk/gtktooltips.h> |
