diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-10-06 12:51:08 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-10-06 13:22:43 +0200 |
commit | f28d3d768f0e4057f727e8c3b93ba50c19f5db24 (patch) | |
tree | 288ef581590dfccbfddcad3c87d98ce3a4ed0a97 /ui/gku-prompt.c | |
parent | 626eef363c0ece57713c5be5939677784e8115cc (diff) | |
download | gnome-keyring-split.tar.gz |
Split Gcr and Gck libraries out of gnome-keyringsplit
Diffstat (limited to 'ui/gku-prompt.c')
-rw-r--r-- | ui/gku-prompt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gku-prompt.c b/ui/gku-prompt.c index 06e7c12b..0a724245 100644 --- a/ui/gku-prompt.c +++ b/ui/gku-prompt.c @@ -33,7 +33,7 @@ #include "egg/egg-secure-memory.h" #include "egg/egg-spawn.h" -#include "gcr/gcr-base.h" +#include <gcr/gcr-base.h> #include "pkcs11/pkcs11i.h" |