summaryrefslogtreecommitdiff
path: root/capplets/about-me/mate-about-me-password.c
diff options
context:
space:
mode:
Diffstat (limited to 'capplets/about-me/mate-about-me-password.c')
-rw-r--r--capplets/about-me/mate-about-me-password.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/capplets/about-me/mate-about-me-password.c b/capplets/about-me/mate-about-me-password.c
index d9794cf1..31f92b93 100644
--- a/capplets/about-me/mate-about-me-password.c
+++ b/capplets/about-me/mate-about-me-password.c
@@ -42,6 +42,7 @@
#endif
#include "capplet-util.h"
+#include "mate-about-me-password.h"
/* Passwd states */
typedef enum {
@@ -90,7 +91,7 @@ typedef struct {
*/
#define PASSDLG_ERROR (mate_about_me_password_error_quark())
-GQuark mate_about_me_password_error_quark(void)
+static GQuark mate_about_me_password_error_quark(void)
{
static GQuark q = 0;