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:
Olivier Houchard 2020-06-16 23:35:00 +02:00
parent 7bf484ac91
commit b25970f896

View File

@ -4,6 +4,7 @@
* code version. * code version.
*/ */
#include <haproxy/global.h>
#include <haproxy/version.h> #include <haproxy/version.h>
/* These ones are made variables and not constants so that they are stored into /* These ones are made variables and not constants so that they are stored into