mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 07:37:02 +02:00
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.
This commit is contained in:
parent
7bf484ac91
commit
b25970f896
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user