Skip to content
Snippets Groups Projects
Commit 3bae68a5 authored by Florian Angerer's avatar Florian Angerer
Browse files

Do not include 'pcre.h' and 'zlib.h'.

parent 55d3fd36
No related branches found
No related tags found
No related merge requests found
......@@ -108,13 +108,9 @@ void call_base_strtol(void (*call_setresult)(long result, int cerrno), char *s,
call_setresult(rc, errno);
}
#include <zlib.h>
#include <bzlib.h>
#ifdef HAVE_PCRE_PCRE_H
# include <pcre/pcre.h>
#else
# include <pcre.h>
#endif
extern const char * pcre_version();
extern const char * zlibVersion();
void call_base_eSoftVersion(void (*call_eSoftVersion_setfields)(char *zlibVersion, char *pcreVersion)) {
char sZlibVersion[256], sPcreVersion[256];
......
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