mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Needs <ldap.h> due to stubs.
This commit is contained in:
parent
5b7567b62a
commit
58eb1534f9
@ -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 New Issue
Block a user