aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gtk-dialog/ck-pk-helper.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gtk-dialog/ck-pk-helper.h b/src/gtk-dialog/ck-pk-helper.h
index 6a3aa5a..fb5936e 100644
--- a/src/gtk-dialog/ck-pk-helper.h
+++ b/src/gtk-dialog/ck-pk-helper.h
@@ -1,6 +1,10 @@
+#ifndef __CK_PK_HELPER_H__
+#define __CK_PK_HELPER_H__ 1
+
#include <polkit-gnome/polkit-gnome.h>
gboolean pk_require_auth (LogoutDialogAction action);
gboolean pk_can_do_action (const gchar *action_id, PolKitResult * pol_result);
+#endif /* __CK_PK_HELPER__ */