mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
Issue #2399 - Fix LDAP on Linux.
This commit is contained in:
parent
dc253ce953
commit
54874de6d4
5 changed files with 27 additions and 25 deletions
|
|
@ -52,11 +52,12 @@
|
|||
* 13 August 1993 Mark C Smith
|
||||
*/
|
||||
|
||||
#include "ldap.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "ldap.h"
|
||||
|
||||
#if !defined( NEEDPROTOS ) && defined( __STDC__ )
|
||||
#define NEEDPROTOS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue