mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue