From: Thierry FOURNIER Date: Wed, 9 Oct 2013 13:23:01 +0000 (+0200) Subject: BUILD/MINOR: missing header file X-Git-Tag: v1.5-dev20~266 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e28f1ecf2b59696b2d55f758145ecea8d53302ea;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/include/common/regex.h b/include/common/regex.h index 01040195a1..1cc471b332 100644 --- a/include/common/regex.h +++ b/include/common/regex.h @@ -22,6 +22,8 @@ #ifndef _COMMON_REGEX_H #define _COMMON_REGEX_H +#include + #include #ifdef USE_PCRE