[BUILD] missing #ifndef in ebsttree.h

This commit is contained in:
Willy Tarreau 2009-11-02 14:43:39 +01:00
parent ead63a034a
commit 9e2e39e117
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,9 @@
/* These functions and macros rely on Multi-Byte nodes */
#ifndef _EBSTTREE_H
#define _EBSTTREE_H
#include "ebtree.h"
#include "ebmbtree.h"
@ -256,3 +259,5 @@ __ebst_insert(struct eb_root *root, struct ebmb_node *new)
return new;
}
#endif /* _EBSTTREE_H */