diff options
author | Not Zed <NotZed@Ximian.com> | 2004-03-31 18:08:03 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-03-31 18:08:03 +0800 |
commit | 13e4a8b61bd0850e996376ec2000829c44b7ce38 (patch) | |
tree | 4bd16f72bd64b24a44a18950980727257fbd5159 /composer/e-msg-composer-attachment.c | |
parent | edad0e86792b6cf4453b556d58df12b128053ed8 (diff) | |
download | gsoc2013-evolution-13e4a8b61bd0850e996376ec2000829c44b7ce38.tar.gz gsoc2013-evolution-13e4a8b61bd0850e996376ec2000829c44b7ce38.tar.zst gsoc2013-evolution-13e4a8b61bd0850e996376ec2000829c44b7ce38.zip |
Fixed missing headers now mail/* doesn't include gtk/*, camel/*, and
2004-03-31 Not Zed <NotZed@Ximian.com>
* *.[ch]: Fixed missing headers now mail/* doesn't include gtk/*,
camel/*, and gnome/* for you.
svn path=/trunk/; revision=25259
Diffstat (limited to 'composer/e-msg-composer-attachment.c')
-rw-r--r-- | composer/e-msg-composer-attachment.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer/e-msg-composer-attachment.c b/composer/e-msg-composer-attachment.c index 2e8a0c61c5..3cffd8ec41 100644 --- a/composer/e-msg-composer-attachment.c +++ b/composer/e-msg-composer-attachment.c @@ -35,6 +35,7 @@ #include <camel/camel.h> #include <gtk/gtknotebook.h> #include <gtk/gtktogglebutton.h> +#include <gtk/gtkdialog.h> #include <libgnomevfs/gnome-vfs-mime.h> #include "e-util/e-mktemp.h" |