include <ac/string.h> as needed (not in rewrite.h)

This commit is contained in:
Kurt Zeilenga 2001-06-23 01:20:32 +00:00
parent 4a23c08678
commit fdbe100e5f
11 changed files with 20 additions and 6 deletions

View File

@ -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 */

View File

@ -24,6 +24,8 @@
#include <portable.h>
#include <ac/string.h>
#include "rewrite-int.h"
#include "rewrite-map.h"

View File

@ -24,6 +24,8 @@
#include <portable.h>
#include <ac/string.h>
#include "rewrite-int.h"
/*

View File

@ -24,6 +24,8 @@
#include <portable.h>
#include <ac/string.h>
#include "rewrite-int.h"
/*

View File

@ -24,6 +24,8 @@
#include <portable.h>
#include <ac/string.h>
#include "rewrite-int.h"
#include "rewrite-map.h"

View File

@ -24,6 +24,7 @@
#include <portable.h>
#include <ac/string.h>
#include <pwd.h>
#include "rewrite-int.h"

View File

@ -24,6 +24,8 @@
#include <portable.h>
#include <ac/string.h>
#include "rewrite-int.h"
/*

View File

@ -30,6 +30,7 @@
#include <ac/socket.h>
#include <ac/unistd.h>
#include <ac/ctype.h>
#include <ac/string.h>
#include <rewrite.h>

View File

@ -24,6 +24,8 @@
#include <portable.h>
#include <ac/string.h>
#include "rewrite-int.h"
/*

View File

@ -24,6 +24,8 @@
#include <portable.h>
#include <ac/string.h>
#include "rewrite-int.h"
/*

View File

@ -24,6 +24,8 @@
#include <portable.h>
#include <ac/string.h>
#include "rewrite-int.h"
/*