]> git.sur5r.net Git - openldap/commitdiff
lutil.h and other minor cleanup
authorKurt Zeilenga <kurt@openldap.org>
Sat, 10 Aug 2002 00:18:37 +0000 (00:18 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 10 Aug 2002 00:18:37 +0000 (00:18 +0000)
servers/slapd/aclparse.c
servers/slapd/dn.c

index 51f0a0c1c3578712fda496e2b608caba4f4ad506..80ffa377bff833f7edb82b533cde964a7cec5bd1 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "slap.h"
 #include "lber_pvt.h"
+#include "lutil.h"
 
 static void            split(char *line, int splitchar, char **left, char **right);
 static void            access_append(Access **l, Access *a);
index 23aa4e78399eac50b14aee2a5505ef497439b452..82db98532b97bbbd17f9e7cfbc757b18dac3048e 100644 (file)
@@ -18,6 +18,8 @@
 
 #include "slap.h"
 
+#include "lutil.h"
+
 const struct berval slap_empty_bv = { 0, "" };
 
 #define SLAP_LDAPDN_PRETTY 0x1