Index: src/examples/avltree/avl-private.h
===================================================================
--- src/examples/avltree/avl-private.h	(revision d2a182e22a6187c21dc293af722eeedd8b30f756)
+++ src/examples/avltree/avl-private.h	(revision c8c03683ab886c6aabc128b60ed569f8abadd1c6)
@@ -1,2 +1,3 @@
+#ifndef AVL_PRIVATE_H
 #include "avl.h"
 
@@ -13,2 +14,4 @@
 forall(otype K | Comparable(K), otype V)
 int height(tree(K, V) * t);
+
+#endif
