From e51bc1a23e8f581e4fe46aa4df1bd93b7042c184 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 11 Aug 2010 22:58:34 +0200 Subject: selinux: split off selinux calls into seperate file label.c --- src/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 3810033fb2..72015bc544 100644 --- a/src/main.c +++ b/src/main.c @@ -45,6 +45,7 @@ #include "conf-parser.h" #include "bus-errors.h" #include "missing.h" +#include "label.h" static enum { ACTION_RUN, -- cgit v1.2.3-54-g00ecf