cleanup C reserved identifer violation (JANITOR-3)

This commit is contained in:
Michael Jerris
2010-04-26 01:30:51 -04:00
parent b2ec65a10a
commit add3ded40a
9 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -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>