From e8fc80f5c1bf30585483d4dd1c27aae620862066 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 24 Jul 2016 01:14:49 +0100 Subject: Update GPL link in headers --- src/plugins/c_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/c_api.c') diff --git a/src/plugins/c_api.c b/src/plugins/c_api.c index 22a2fde4..d70d4559 100644 --- a/src/plugins/c_api.c +++ b/src/plugins/c_api.c @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Profanity. If not, see . + * along with Profanity. If not, see . * * In addition, as a special exception, the copyright holders give permission to * link the code of portions of this program with the OpenSSL library under -- cgit 1.4.1-2-gfad0 From 4ecb4019a616406444e16f53c8ffdbfe8070b2d2 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 24 Jul 2016 01:19:59 +0100 Subject: Add missing include --- src/plugins/c_api.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/c_api.c') diff --git a/src/plugins/c_api.c b/src/plugins/c_api.c index d70d4559..066f0f56 100644 --- a/src/plugins/c_api.c +++ b/src/plugins/c_api.c @@ -33,6 +33,7 @@ */ #include +#include #include #include "log.h" -- cgit 1.4.1-2-gfad0 fs log blame commit diff stats
blob: 38fc582c1358434134ba3786f760a8fb67be76ee (plain) (tree)
1
2
3
4
5
6
7
8
9