Needs <ldap.h> due to stubs.

This commit is contained in:
Kurt Zeilenga 1999-11-08 15:30:51 +00:00
parent 5b7567b62a
commit 58eb1534f9

View File

@ -1,7 +1,9 @@
/* $OpenLDAP$ */
// nt_main.c
#include "portable.h"
#include <ldap.h>
static void stubs()
{
ldap_add_s(NULL, NULL, NULL);