mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
Don't need <lber.h>
This commit is contained in:
parent
3c00fd6d23
commit
a0bd8e1764
1 changed files with 1 additions and 2 deletions
|
|
@ -14,8 +14,7 @@
|
|||
#include "portable.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <ac/time.h> /* portable.h+ldap.h needs time_t */
|
||||
#include <lber.h>
|
||||
#include <ac/time.h> /* ldap.h needs time_t */
|
||||
#include <ldap.h>
|
||||
#include "ud.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue