From b25970f89602c2cf8c60a100d120182f3f7aaabf Mon Sep 17 00:00:00 2001 From: Olivier Houchard Date: Tue, 16 Jun 2020 23:35:00 +0200 Subject: [PATCH] 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. --- src/version.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3