diff options
author | Gediminas Paulauskas <menesis@src.gnome.org> | 2001-04-05 08:39:19 +0800 |
---|---|---|
committer | Gediminas Paulauskas <menesis@src.gnome.org> | 2001-04-05 08:39:19 +0800 |
commit | f66390af642e3a02bbfb2974955eeae14770e406 (patch) | |
tree | 4e55b62b2139082f168ed1069f82a93773bb63e4 /shell/e-shell-utils.h | |
parent | c77e63e2cc9d19f865589da454e8810f8804aedf (diff) | |
download | gsoc2013-evolution-f66390af642e3a02bbfb2974955eeae14770e406.tar gsoc2013-evolution-f66390af642e3a02bbfb2974955eeae14770e406.tar.gz gsoc2013-evolution-f66390af642e3a02bbfb2974955eeae14770e406.tar.bz2 gsoc2013-evolution-f66390af642e3a02bbfb2974955eeae14770e406.tar.lz gsoc2013-evolution-f66390af642e3a02bbfb2974955eeae14770e406.tar.xz gsoc2013-evolution-f66390af642e3a02bbfb2974955eeae14770e406.tar.zst gsoc2013-evolution-f66390af642e3a02bbfb2974955eeae14770e406.zip |
Here goes my additional simple include fixes.
svn path=/trunk/; revision=9191
Diffstat (limited to 'shell/e-shell-utils.h')
-rw-r--r-- | shell/e-shell-utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell-utils.h b/shell/e-shell-utils.h index a701dd38eb..732931535e 100644 --- a/shell/e-shell-utils.h +++ b/shell/e-shell-utils.h @@ -24,6 +24,8 @@ #ifndef E_SHELL_UTILS_H #define E_SHELL_UTILS_H +#include <glib.h> + char *e_shell_get_icon_path (const char *icon_name, gboolean try_mini); |