aboutsummaryrefslogtreecommitdiff
path: root/src/wydawca.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wydawca.c')
-rw-r--r--src/wydawca.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wydawca.c b/src/wydawca.c
index 2f7332d..9591547 100644
--- a/src/wydawca.c
+++ b/src/wydawca.c
@@ -1,8 +1,8 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2009-2013 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2013, 2017 Sergey Poznyakoff
Wydawca 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 3 of the License, or (at your
option) any later version.
@@ -12,12 +12,13 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with wydawca. If not, see <http://www.gnu.org/licenses/>. */
#include "wydawca.h"
+#include <gpgme.h>
char *program_name;
uid_t wydawca_uid;
gid_t wydawca_gid;
size_t wydawca_supp_groupc;
gid_t *wydawca_supp_groups;

Return to:

Send suggestions and report system problems to the System administrator.