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-tool.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-tool.c')
-rw-r--r-- | ui/gku-prompt-tool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gku-prompt-tool.c b/ui/gku-prompt-tool.c index 8e619df8..1d750f2c 100644 --- a/ui/gku-prompt-tool.c +++ b/ui/gku-prompt-tool.c @@ -30,7 +30,7 @@ #include "egg/egg-libgcrypt.h" #include "egg/egg-secure-memory.h" -#include "gcr/gcr.h" +#include <gcr/gcr.h> #include <glib/gi18n.h> |