X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flogin%2Fuaccess.c;h=2c530c8f392e1b7c48a6535d08aaa75c7afa1a64;hp=49ac4af0f4c18c704c789bb060bc552590fbf99c;hb=af9792ac7f39354f80e9006c42c2400c5e41c447;hpb=4bba9156da3e1df2cee24d10d7cd88c776ef4179 diff --git a/src/login/uaccess.c b/src/login/uaccess.c index 49ac4af0f..2c530c8f3 100644 --- a/src/login/uaccess.c +++ b/src/login/uaccess.c @@ -6,27 +6,28 @@ Copyright 2011 Lennart Poettering systemd is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. systemd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. + Lesser General Public License for more details. - You should have received a copy of the GNU General Public License + You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see . ***/ #include #include +#include +#include + #include "logind-acl.h" #include "util.h" #include "log.h" -#include "sd-daemon.h" -#include "sd-login.h" int main(int argc, char *argv[]) { int r;