BUILD/MINOR: missing header file
In the header file "common/regex.h", the C keyword NULL is used. This keyword is referenced into the header file "stdlib.h", but this is not included.
This commit is contained in:
parent
369da8565a
commit
e28f1ecf2b
|
@ -22,6 +22,8 @@
|
|||
#ifndef _COMMON_REGEX_H
|
||||
#define _COMMON_REGEX_H
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <common/config.h>
|
||||
|
||||
#ifdef USE_PCRE
|
||||
|
|
Loading…
Reference in New Issue