aboutsummaryrefslogtreecommitdiff
path: root/src/passphrase.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-01 07:07:25 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-01 07:07:25 +0000
commitd305261737eb9d6917e4d9bab0390b771ca6f992 (patch)
treeeaec0beb145e75dc56d236659852ce2af39fb4a6 /src/passphrase.c
parentc7f311faa65a86d9751d536cb0ea6f755133471c (diff)
separated some enums to reduce dependency.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@535 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/passphrase.c')
-rw-r--r--src/passphrase.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/passphrase.c b/src/passphrase.c
index c567046f..d4f50489 100644
--- a/src/passphrase.c
+++ b/src/passphrase.c
@@ -41,6 +41,7 @@
#include <gtk/gtkbutton.h>
#include <gtk/gtkfilesel.h>
#include <gtk/gtksignal.h>
+#include <gtk/gtkstock.h>
#include <string.h>
#include <sys/types.h>
#include <sys/mman.h>
@@ -49,6 +50,7 @@
#include "prefs_common.h"
#include "manage_window.h"
#include "utils.h"
+#include "gtkutils.h"
static gboolean grab_all = FALSE;