diff options
author | Richard Sharpe <sharpe@samba.org> | 1998-05-08 13:51:17 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 1998-05-08 13:51:17 +0000 |
commit | bb8706f4076ca1e0ba11b62014ebfc85a357e931 (patch) | |
tree | 9ca1c9d6911cc793b7b01a12d8c051a0234e6820 /source3/include/includes.h | |
parent | 965148c5f266a6b0d26739d02e0c830709785c3b (diff) | |
download | samba-bb8706f4076ca1e0ba11b62014ebfc85a357e931.tar.gz samba-bb8706f4076ca1e0ba11b62014ebfc85a357e931.tar.bz2 samba-bb8706f4076ca1e0ba11b62014ebfc85a357e931.zip |
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)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r-- | source3/include/includes.h | 8 |
1 files changed, 3 insertions, 5 deletions
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 <syslog.h> #endif +#ifdef HAVE_REGEX_H +#include <regex.h> +#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" |