diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2005-12-19 20:42:20 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2005-12-19 20:42:20 +0800 |
commit | dd12196bdb2ab73f98a55ae9908a5b7dfc526c5e (patch) | |
tree | c8fb987e14fbb61a83628c762b0eaccdb6ac5344 /plugins/exchange-operations/exchange-change-password.h | |
parent | ae8d6437906a7ae68c80546c54e1b27b5be3caa5 (diff) | |
download | gsoc2013-evolution-dd12196bdb2ab73f98a55ae9908a5b7dfc526c5e.tar.gz gsoc2013-evolution-dd12196bdb2ab73f98a55ae9908a5b7dfc526c5e.tar.zst gsoc2013-evolution-dd12196bdb2ab73f98a55ae9908a5b7dfc526c5e.zip |
Corrected include path which was breaking the build.
svn path=/trunk/; revision=30877
Diffstat (limited to 'plugins/exchange-operations/exchange-change-password.h')
-rw-r--r-- | plugins/exchange-operations/exchange-change-password.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/exchange-operations/exchange-change-password.h b/plugins/exchange-operations/exchange-change-password.h index 155fff897b..41b85d056c 100644 --- a/plugins/exchange-operations/exchange-change-password.h +++ b/plugins/exchange-operations/exchange-change-password.h @@ -4,7 +4,7 @@ #ifndef __EXCHANGE_CHANGE_PASSWORD_H__ #define __EXCHANGE_CHANGE_PASSWORD_H__ -#include <exchange/exchange-types.h> +#include <exchange-types.h> #ifdef __cplusplus extern "C" { |