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.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=e28f1ecf2b59696b2d55f758145ecea8d53302ea;p=haproxy.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 01040195a..1cc471b33 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