From: Willy Tarreau Date: Wed, 21 Nov 2007 09:34:15 +0000 (+0100) Subject: [MEDIUM] ebtree: include config.h for REGPRM* X-Git-Tag: v1.3.14~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be68e6a437d223d88ac4016585de87651b5011f4;p=thirdparty%2Fhaproxy.git [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. --- diff --git a/include/common/ebtree.h b/include/common/ebtree.h index ebd1e918d2..854666ab59 100644 --- a/include/common/ebtree.h +++ b/include/common/ebtree.h @@ -250,6 +250,7 @@ #define _COMMON_EBTREE_H #include +#include /* Note: we never need to run fls on null keys, so we can optimize the fls * function by removing a conditional jump.