diff options
author | Shreyas Srinivasan <sshreyas@novell.com> | 2005-12-22 16:53:19 +0800 |
---|---|---|
committer | Shreyas Srinivasan <shres@src.gnome.org> | 2005-12-22 16:53:19 +0800 |
commit | 9fca098c4bf3f9eb4789a8bf4e8d8c3bc9b5f270 (patch) | |
tree | 9c6030035a69d73046ecd6a677b6bbb9dc101692 /shell | |
parent | eac089523a0a2ee07e3bff90b46c80ddd41e5bb2 (diff) | |
download | gsoc2013-evolution-9fca098c4bf3f9eb4789a8bf4e8d8c3bc9b5f270.tar.gz gsoc2013-evolution-9fca098c4bf3f9eb4789a8bf4e8d8c3bc9b5f270.tar.zst gsoc2013-evolution-9fca098c4bf3f9eb4789a8bf4e8d8c3bc9b5f270.zip |
Include Evolution.h
2005-12-22 Shreyas Srinivasan <sshreyas@novell.com>
* Include Evolution.h
svn path=/trunk/; revision=30930
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell-nm-glib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-nm-glib.c b/shell/e-shell-nm-glib.c index 0922f737ed..8b4461244b 100644 --- a/shell/e-shell-nm-glib.c +++ b/shell/e-shell-nm-glib.c @@ -26,6 +26,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <Evolution.h> #include <NetworkManager/libnm_glib.h> #include <e-shell-window.h> |