mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
include <ac/string.h> as needed (not in rewrite.h)
This commit is contained in:
parent
4a23c08678
commit
fdbe100e5f
@ -25,10 +25,6 @@
|
||||
#ifndef REWRITE_H
|
||||
#define REWRITE_H
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
LDAP_BEGIN_DECL
|
||||
|
||||
/*
|
||||
@ -84,7 +80,8 @@ LDAP_BEGIN_DECL
|
||||
* Rewrite info
|
||||
*/
|
||||
struct rewrite_info;
|
||||
struct berval;
|
||||
|
||||
struct berval; /* avoid include */
|
||||
|
||||
/*
|
||||
* Inits the info
|
||||
@ -223,4 +220,3 @@ rewrite_param_destroy(
|
||||
LDAP_END_DECL
|
||||
|
||||
#endif /* REWRITE_H */
|
||||
|
||||
|
@ -24,6 +24,8 @@
|
||||
|
||||
#include <portable.h>
|
||||
|
||||
#include <ac/string.h>
|
||||
|
||||
#include "rewrite-int.h"
|
||||
#include "rewrite-map.h"
|
||||
|
||||
|
@ -24,6 +24,8 @@
|
||||
|
||||
#include <portable.h>
|
||||
|
||||
#include <ac/string.h>
|
||||
|
||||
#include "rewrite-int.h"
|
||||
|
||||
/*
|
||||
|
@ -24,6 +24,8 @@
|
||||
|
||||
#include <portable.h>
|
||||
|
||||
#include <ac/string.h>
|
||||
|
||||
#include "rewrite-int.h"
|
||||
|
||||
/*
|
||||
|
@ -24,6 +24,8 @@
|
||||
|
||||
#include <portable.h>
|
||||
|
||||
#include <ac/string.h>
|
||||
|
||||
#include "rewrite-int.h"
|
||||
#include "rewrite-map.h"
|
||||
|
||||
|
@ -24,6 +24,7 @@
|
||||
|
||||
#include <portable.h>
|
||||
|
||||
#include <ac/string.h>
|
||||
#include <pwd.h>
|
||||
|
||||
#include "rewrite-int.h"
|
||||
|
@ -24,6 +24,8 @@
|
||||
|
||||
#include <portable.h>
|
||||
|
||||
#include <ac/string.h>
|
||||
|
||||
#include "rewrite-int.h"
|
||||
|
||||
/*
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include <ac/socket.h>
|
||||
#include <ac/unistd.h>
|
||||
#include <ac/ctype.h>
|
||||
#include <ac/string.h>
|
||||
|
||||
#include <rewrite.h>
|
||||
|
||||
|
@ -24,6 +24,8 @@
|
||||
|
||||
#include <portable.h>
|
||||
|
||||
#include <ac/string.h>
|
||||
|
||||
#include "rewrite-int.h"
|
||||
|
||||
/*
|
||||
|
@ -24,6 +24,8 @@
|
||||
|
||||
#include <portable.h>
|
||||
|
||||
#include <ac/string.h>
|
||||
|
||||
#include "rewrite-int.h"
|
||||
|
||||
/*
|
||||
|
@ -24,6 +24,8 @@
|
||||
|
||||
#include <portable.h>
|
||||
|
||||
#include <ac/string.h>
|
||||
|
||||
#include "rewrite-int.h"
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user