mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-23 11:51:00 +01:00
[MEDIUM] ebtree: include config.h for REGPRM*
It's mandatory that all sources share the same defines for REGPRM*, so let's include config.h for this.
This commit is contained in:
parent
f56fd8a285
commit
be68e6a437
@ -250,6 +250,7 @@
|
||||
#define _COMMON_EBTREE_H
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <common/config.h>
|
||||
|
||||
/* Note: we never need to run fls on null keys, so we can optimize the fls
|
||||
* function by removing a conditional jump.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user