mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
cleanup C reserved identifer violation (JANITOR-3)
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
* <http://www.OpenLDAP.org/license.html>.
|
||||
*/
|
||||
|
||||
#ifndef _LUTIL_LDAP_H
|
||||
#define _LUTIL_LDAP_H 1
|
||||
#ifndef LUTIL_LDAP_H
|
||||
#define LUTIL_LDAP_H
|
||||
|
||||
#include <ldap_cdefs.h>
|
||||
#include <lber_types.h>
|
||||
|
||||
Reference in New Issue
Block a user