]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[MEDIUM] ebtree: include config.h for REGPRM*
authorWilly Tarreau <w@1wt.eu>
Wed, 21 Nov 2007 09:34:15 +0000 (10:34 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 28 Nov 2007 13:23:07 +0000 (14:23 +0100)
It's mandatory that all sources share the same defines for REGPRM*,
so let's include config.h for this.

include/common/ebtree.h

index ebd1e918d274a06bfadf9814f917615e35c027b8..854666ab590490743a3a15e00e6ffc5970c7fba4 100644 (file)
 #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.