diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-19 03:43:36 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-19 03:43:36 +0800 |
commit | bb51b55bcc64b0342db45e389342b129a20b8a2a (patch) | |
tree | f48c6d48954fafd80bec97f0bafc6ea6827183ad /shell/e-splash.c | |
parent | cd92d74c95b45024d1574a409b73da7383dd5bb8 (diff) | |
download | gsoc2013-evolution-bb51b55bcc64b0342db45e389342b129a20b8a2a.tar.gz gsoc2013-evolution-bb51b55bcc64b0342db45e389342b129a20b8a2a.tar.zst gsoc2013-evolution-bb51b55bcc64b0342db45e389342b129a20b8a2a.zip |
#include "e-gtk-utils.h".
* e-splash.c: #include "e-gtk-utils.h".
svn path=/trunk/; revision=12947
Diffstat (limited to 'shell/e-splash.c')
-rw-r--r-- | shell/e-splash.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-splash.c b/shell/e-splash.c index b2832f1601..4e48fb6461 100644 --- a/shell/e-splash.c +++ b/shell/e-splash.c @@ -26,6 +26,9 @@ #endif #include "e-splash.h" + +#include "e-util/e-gtk-utils.h" + #include <gtk/gtkframe.h> #include <gtk/gtkmain.h> #include <gtk/gtksignal.h> |