clixon_util_regexp compile error
This commit is contained in:
parent
bc54f2d04c
commit
9085432aa7
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue