commit | b25970f89602c2cf8c60a100d120182f3f7aaabf | [log] [tgz] |
---|---|---|
author | Olivier Houchard <cognet@ci0.org> | Tue Jun 16 23:35:00 2020 +0200 |
committer | Olivier Houchard <cognet@ci0.org> | Tue Jun 16 23:36:04 2020 +0200 |
tree | fed77426cf14a9c6100abd6f299158142d84babc | |
parent | 7bf484ac91b50bb77dbd901a4df692163287d31f [diff] |
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 bf67efa..e7bb748 100644 --- a/src/version.c +++ b/src/version.c
@@ -4,6 +4,7 @@ * code version. */ +#include <haproxy/global.h> #include <haproxy/version.h> /* These ones are made variables and not constants so that they are stored into