From bb8706f4076ca1e0ba11b62014ebfc85a357e931 Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Fri, 8 May 1998 13:51:17 +0000 Subject: Se-submitting clitar.c/ I now only have one warning in my code which is the result of some code I have started working on but am not yet using in the code, along with a warning that is caused by one of the include files (a nested comment). I used -Wall -Wshadow -Wstrict-prototypes (This used to be commit 7b98fd5b69282320af700833c2d2720c42a382d8) --- source3/include/includes.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'source3/include/includes.h') diff --git a/source3/include/includes.h b/source3/include/includes.h index 859603c29f..e5076c6f39 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -205,6 +205,9 @@ #include #endif +#ifdef HAVE_REGEX_H +#include +#endif /*************************************************************************** @@ -1212,11 +1215,6 @@ extern char *sys_errlist[]; #define MAXCODEPAGELINES 256 #endif -#ifdef USE_LDAP -#include "lber.h" -#include "ldap.h" -#endif - /***** automatically generated prototypes *****/ #include "proto.h" -- cgit