[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:
Willy Tarreau 2007-11-21 10:34:15 +01:00
parent f56fd8a285
commit be68e6a437

View File

@ -250,6 +250,7 @@
#define _COMMON_EBTREE_H #define _COMMON_EBTREE_H
#include <stdlib.h> #include <stdlib.h>
#include <common/config.h>
/* Note: we never need to run fls on null keys, so we can optimize the fls /* Note: we never need to run fls on null keys, so we can optimize the fls
* function by removing a conditional jump. * function by removing a conditional jump.