Fix NEEDS typo in the right place

This commit is contained in:
Kurt Zeilenga 1999-08-25 06:44:18 +00:00
parent 5c63fd55b5
commit d08e16cb85

View File

@ -65,9 +65,9 @@
@BOTTOM@
/* begin of postamble */
#ifndef __NEEDS_PROTOTYPES
#ifndef __NEED_PROTOTYPES
/* force LDAP_P to always include prototypes */
#define __NEEDS_PROTOTYPES 1
#define __NEED_PROTOTYPES 1
#endif
#ifdef HAVE_STDDEF_H