X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fjournal%2Ftest-journal.c;h=39f4c167789d3cec08189e064b575b60696a71e4;hb=5430f7f2bc7330f3088b894166bf3524a067e3d8;hp=3d429bea9051bbdbbad4f539bbcd7db8525c503a;hpb=6ad1d1c30621280bfad3e63fcc1c7ceb7d8ffa98;p=elogind.git diff --git a/src/journal/test-journal.c b/src/journal/test-journal.c index 3d429bea9..39f4c1677 100644 --- a/src/journal/test-journal.c +++ b/src/journal/test-journal.c @@ -6,23 +6,24 @@ 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 "sd-journal.h" +#include + #include "journal-file.h" #include "log.h"