diff options
Diffstat (limited to 'calendar/common')
-rw-r--r-- | calendar/common/authentication.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/common/authentication.c b/calendar/common/authentication.c index 4849169e56..69d0e9544c 100644 --- a/calendar/common/authentication.c +++ b/calendar/common/authentication.c @@ -27,7 +27,7 @@ #include <string.h> #include <bonobo/bonobo-i18n.h> -#include "e-util/e-passwords.h" +#include <libedataserverui/e-passwords.h> #include "authentication.h" static GHashTable *source_lists_hash = NULL; |