summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common
diff options
context:
space:
mode:
authorDerrell Lipman <derrell@samba.org>2005-06-09 18:43:56 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:54 -0500
commit5351ae59a0d7043f627fa066879cf7252451fbd9 (patch)
tree56d6443f7e8024a2c47dcde84945ebdfc44f17e5 /source4/lib/ldb/common
parent09bdc1b9384ceddc610514a605028f09f8195f1d (diff)
downloadsamba-5351ae59a0d7043f627fa066879cf7252451fbd9.tar.gz
samba-5351ae59a0d7043f627fa066879cf7252451fbd9.tar.bz2
samba-5351ae59a0d7043f627fa066879cf7252451fbd9.zip
r7449: add ctype.h header to dn expand function
(This used to be commit 0e3b872560d82e1a0f7b58fe7d210563d6d29daf)
Diffstat (limited to 'source4/lib/ldb/common')
-rw-r--r--source4/lib/ldb/common/ldb_explode_dn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/common/ldb_explode_dn.c b/source4/lib/ldb/common/ldb_explode_dn.c
index e3cd53d047..f015ce81c7 100644
--- a/source4/lib/ldb/common/ldb_explode_dn.c
+++ b/source4/lib/ldb/common/ldb_explode_dn.c
@@ -19,6 +19,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#include <ctype.h>
#include "includes.h"
#include "ldb/include/ldb.h"
#include "ldb/include/ldb_private.h"