diff --git a/shell/ChangeLog b/shell/ChangeLog index c43daf4180..0dca93874a 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,4 +1,8 @@ -2001-09-17 Ettore Perazzoli +2001-09-18 Ettore Perazzoli + + * e-splash.c: #include "e-gtk-utils.h". + +2001-09-18 Ettore Perazzoli * e-splash.c (e_splash_construct): Make the canvas backing stored. 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 #include #include