1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* gpgkeys_ldap.c: Fix build warning with mozldap.

This commit is contained in:
David Shaw 2007-07-27 16:33:05 +00:00
parent 8898e869a2
commit 3349267ee5
2 changed files with 7 additions and 0 deletions

View file

@ -55,6 +55,11 @@
#include <ldap.h>
#endif
/* For mozldap */
#ifdef HAVE_LDAP_SSL_H
#include <ldap_ssl.h>
#endif
#include "compat.h"
#include "keyserver.h"
#include "ksutil.h"