clixon_util_regexp compile error

This commit is contained in:
Olof hagsand 2019-05-20 16:50:50 +02:00
parent bc54f2d04c
commit 9085432aa7

View file

@ -42,7 +42,11 @@
#include <string.h> #include <string.h>
#include <regex.h> /* posix regex */ #include <regex.h> /* posix regex */
#include <syslog.h> #include <syslog.h>
#include <stdlib.h>
#include <limits.h>
#undef HAVE_LIBXML2
#ifdef HAVE_LIBXML2 /* Actually it should check for a header file */ #ifdef HAVE_LIBXML2 /* Actually it should check for a header file */
#include <libxml/xmlregexp.h> #include <libxml/xmlregexp.h>
#endif #endif