diff options
Diffstat (limited to 'executive-summary/component/e-summary-util.c')
-rw-r--r-- | executive-summary/component/e-summary-util.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/executive-summary/component/e-summary-util.c b/executive-summary/component/e-summary-util.c index 3bd954ce12..a983da39b8 100644 --- a/executive-summary/component/e-summary-util.c +++ b/executive-summary/component/e-summary-util.c @@ -23,13 +23,15 @@ #include <e-summary-util.h> -#include <gnome.h> - #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <dirent.h> +#include <glib.h> +#include <libgnome/gnome-defs.h> +#include <libgnome/gnome-util.h> + /** * e_pixmap_file: * @filename: Filename of pixmap. |