Skip to content

Commit

Permalink
Fix implicit declaration of error functions
Browse files Browse the repository at this point in the history
ldapcontrol.c was missing include of constants.h that defines LDAPerr()
and LDAPerror().

Signed-off-by: Christian Heimes <cheimes@redhat.com>
  • Loading branch information
Christian Heimes committed Nov 29, 2017
1 parent 7f6b5fa commit 67c69e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modules/ldapcontrol.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "LDAPObject.h"
#include "ldapcontrol.h"
#include "berval.h"
#include "constants.h"

#include "lber.h"

Expand Down

0 comments on commit 67c69e7

Please sign in to comment.