projects
/
haproxy-2.1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96532db
)
[BUILD] missing #ifndef in ebmbtree.h
author
Willy Tarreau
<w@1wt.eu>
Mon, 2 Nov 2009 13:41:23 +0000
(14:41 +0100)
committer
Willy Tarreau
<w@1wt.eu>
Mon, 2 Nov 2009 13:41:23 +0000
(14:41 +0100)
ebtree/ebmbtree.h
patch
|
blob
|
history
diff --git
a/ebtree/ebmbtree.h
b/ebtree/ebmbtree.h
index
947dd5e
..
12b534d
100644
(file)
--- a/
ebtree/ebmbtree.h
+++ b/
ebtree/ebmbtree.h
@@
-18,6
+18,9
@@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifndef _EBMBTREE_H
+#define _EBMBTREE_H
+
#include <string.h>
#include "ebtree.h"
@@
-334,3
+337,5
@@
__ebmb_insert(struct eb_root *root, struct ebmb_node *new, unsigned int len)
return new;
}
+#endif /* _EBMBTREE_H */
+