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

@ -41,8 +41,12 @@
#include <unistd.h> /* unistd */
#include <string.h>
#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 */
#include <libxml/xmlregexp.h>
#endif