summaryrefslogtreecommitdiff
path: root/src/login/logind-seat.c
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2012-04-10 21:54:31 +0200
committerKay Sievers <kay@vrfy.org>2012-04-10 22:43:05 +0200
commit49e942b2bc9fdedba79cd266a076ce9c9d91fc13 (patch)
treef628e16f183b9a40b3bfb34c842dbb3a54918509 /src/login/logind-seat.c
parentcc0933371d5a19c1a102ce911cb01aae8909b949 (diff)
rename basic.la to shared.la and put selinux deps in shared-selinx.la
Only 34 of 74 tools need libselinux linked, and libselinux is a pain with its unconditional library constructor.
Diffstat (limited to 'src/login/logind-seat.c')
-rw-r--r--src/login/logind-seat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/login/logind-seat.c b/src/login/logind-seat.c
index be37c1cc2e..906ede6cda 100644
--- a/src/login/logind-seat.c
+++ b/src/login/logind-seat.c
@@ -30,6 +30,7 @@
#include "logind-seat.h"
#include "logind-acl.h"
#include "util.h"
+#include "mkdir.h"
Seat *seat_new(Manager *m, const char *id) {
Seat *s;