mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-20 22:01:49 -04: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue