diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-20 02:21:06 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-20 02:21:06 +0800 |
commit | 6b2295c93a40f6010d94399666a8e099aded8e85 (patch) | |
tree | c403d191ffbef6c12a7c97a0ee05838e7b23c8f3 /shell/e-shell-common.h | |
parent | 3e3c13b439668945241b32cf8c1fd3d6e625f9f5 (diff) | |
download | gsoc2013-evolution-6b2295c93a40f6010d94399666a8e099aded8e85.tar.gz gsoc2013-evolution-6b2295c93a40f6010d94399666a8e099aded8e85.tar.zst gsoc2013-evolution-6b2295c93a40f6010d94399666a8e099aded8e85.zip |
Fix some miscellaneous address book bugs.
Kill e-shell-constants.h.
svn path=/branches/kill-bonobo/; revision=36392
Diffstat (limited to 'shell/e-shell-common.h')
-rw-r--r-- | shell/e-shell-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-common.h b/shell/e-shell-common.h index 9887a3baff..bfce3ac49b 100644 --- a/shell/e-shell-common.h +++ b/shell/e-shell-common.h @@ -27,5 +27,6 @@ #include <gio/gio.h> #include <gtk/gtk.h> +#include <gdk/gdkkeysyms.h> #endif /* E_SHELL_COMMON_H */ |