diff options
Diffstat (limited to 'dirmngr')
-rw-r--r-- | dirmngr/dirmngr.c | 1 | ||||
-rw-r--r-- | dirmngr/dirmngr_ldap.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dirmngr/dirmngr.c b/dirmngr/dirmngr.c index b0410afd0..ee857189f 100644 --- a/dirmngr/dirmngr.c +++ b/dirmngr/dirmngr.c @@ -56,6 +56,7 @@ #include "ldapserver.h" #include "asshelp.h" #include "ldap-wrapper.h" +#include "../common/init.h" /* The plain Windows version uses the windows service system. For example to start the service you may use "sc start dirmngr". diff --git a/dirmngr/dirmngr_ldap.c b/dirmngr/dirmngr_ldap.c index f166f19e2..2e7349392 100644 --- a/dirmngr/dirmngr_ldap.c +++ b/dirmngr/dirmngr_ldap.c @@ -57,6 +57,7 @@ #include "i18n.h" #include "util.h" +#include "../common/init.h" /* With the ldap wrapper, there is no need for the npth_unprotect and leave functions; thus we redefine them to nops. If we are not using the |