From: Olivier Houchard Date: Tue, 16 Jun 2020 21:35:00 +0000 (+0200) Subject: BUILD: Fix build by including haproxy/global.h X-Git-Tag: v2.2-dev10~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b25970f89602c2cf8c60a100d120182f3f7aaabf;p=thirdparty%2Fhaproxy.git BUILD: Fix build by including haproxy/global.h In srv/version.c, fix build by including haproxy/global.h, so that REGISTER_BUILD_OPTS is properly defined. --- diff --git a/src/version.c b/src/version.c index bf67efa763..e7bb748f81 100644 --- a/src/version.c +++ b/src/version.c @@ -4,6 +4,7 @@ * code version. */ +#include #include /* These ones are made variables and not constants so that they are stored into