mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 14:21:25 +02:00
[BUILD] missing #ifndef in ebmbtree.h
This commit is contained in:
parent
96532db923
commit
ead63a034a
@ -18,6 +18,9 @@
|
|||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef _EBMBTREE_H
|
||||||
|
#define _EBMBTREE_H
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "ebtree.h"
|
#include "ebtree.h"
|
||||||
|
|
||||||
@ -334,3 +337,5 @@ __ebmb_insert(struct eb_root *root, struct ebmb_node *new, unsigned int len)
|
|||||||
return new;
|
return new;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif /* _EBMBTREE_H */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user