aboutsummaryrefslogtreecommitdiffstats
path: root/src/interfaces/timedated/timedated.c
diff options
context:
space:
mode:
authorkremlin <ian@kremlin.cc>2014-08-16 10:11:32 +0800
committerkremlin <ian@kremlin.cc>2014-08-16 10:11:32 +0800
commit483e90b704090617eba8bf030d23eca616063b21 (patch)
treec7dc63e4a3a0a0d1add3080e8c165b986a353d39 /src/interfaces/timedated/timedated.c
parent9cab3afefa9bfbffe655438c39cefd1be9e26baa (diff)
downloadsystembsd-483e90b704090617eba8bf030d23eca616063b21.tar
systembsd-483e90b704090617eba8bf030d23eca616063b21.tar.gz
systembsd-483e90b704090617eba8bf030d23eca616063b21.tar.bz2
systembsd-483e90b704090617eba8bf030d23eca616063b21.tar.lz
systembsd-483e90b704090617eba8bf030d23eca616063b21.tar.xz
systembsd-483e90b704090617eba8bf030d23eca616063b21.tar.zst
systembsd-483e90b704090617eba8bf030d23eca616063b21.zip
add polkit auth object, compile it in makefile, add header to interfaces
src/polkit-auth.c and its header are seperately built objects, linked to interfaces, which expose a single, safe auth checking function
Diffstat (limited to 'src/interfaces/timedated/timedated.c')
-rw-r--r--src/interfaces/timedated/timedated.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/timedated/timedated.c b/src/interfaces/timedated/timedated.c
index 67f7a0c..f76850c 100644
--- a/src/interfaces/timedated/timedated.c
+++ b/src/interfaces/timedated/timedated.c
@@ -28,6 +28,8 @@
#include "timedated-gen.h"
#include "timedated.h"
+#include "../../polkit-auth.h"
+
GPtrArray *timedated_freeable;
Timedate1 *timedated_interf;