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