Skip to content
Snippets Groups Projects
Commit fdbe100e authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

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

parent 4a23c086
No related branches found
No related tags found
No related merge requests found
......@@ -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"
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment