mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 13:40:37 -05:00
Needs <ldap.h> due to stubs.
This commit is contained in:
parent
5b7567b62a
commit
58eb1534f9
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
|||
/* $OpenLDAP$ */
|
||||
// nt_main.c
|
||||
|
||||
#include "portable.h"
|
||||
|
||||
#include <ldap.h>
|
||||
|
||||
static void stubs()
|
||||
{
|
||||
ldap_add_s(NULL, NULL, NULL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue