aboutsummaryrefslogtreecommitdiff
path: root/lib/ldapmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ldapmap.c')
-rw-r--r--lib/ldapmap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ldapmap.c b/lib/ldapmap.c
index 61cdf87..09b0689 100644
--- a/lib/ldapmap.c
+++ b/lib/ldapmap.c
@@ -1,5 +1,5 @@
1/* This file is part of Eclat. 1/* This file is part of Eclat.
2 Copyright (C) 2012-2015 Sergey Poznyakoff. 2 Copyright (C) 2012-2018 Sergey Poznyakoff.
3 3
4 Eclat is free software; you can redistribute it and/or modify 4 Eclat is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
@@ -21,6 +21,7 @@
21#include <sysexits.h> 21#include <sysexits.h>
22#include <signal.h> 22#include <signal.h>
23#include <pwd.h> 23#include <pwd.h>
24#include <unistd.h>
24 25
25enum { tls_no, tls_yes, tls_only }; 26enum { tls_no, tls_yes, tls_only };
26 27

Return to:

Send suggestions and report system problems to the System administrator.