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

* gpgkeys_ldap.c: Include lber.h if configure determines we need it.

This commit is contained in:
David Shaw 2005-03-17 04:02:17 +00:00
parent 4f347281a9
commit dee66f5cc9
2 changed files with 6 additions and 0 deletions

View file

@ -33,6 +33,9 @@
#include <winsock2.h>
#include <winldap.h>
#else
#ifdef NEED_LBER_H
#include <lber.h>
#endif
#include <ldap.h>
#endif