Skip to content
Snippets Groups Projects
Commit 8d207966 authored by Randy Kunkee's avatar Randy Kunkee
Browse files

#include <string.h> if HAVE_STRING_H is defined. Cleans up several

integer-pointer conversions errors in librewrite (on FreeBSD 4.2).
parent 1656f2c7
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,10 @@
#ifndef REWRITE_H
#define REWRITE_H
#ifdef HAVE_STRING_H
#include <string.h>
#endif
LDAP_BEGIN_DECL
/*
......
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