Index: src/examples/avltree/avl-private.h
===================================================================
--- src/examples/avltree/avl-private.h	(revision dd5190664a69fab66e1b83a45dbd80f155c0ce79)
+++ src/examples/avltree/avl-private.h	(revision 8abfdb417493285fe02873303d7eb25008913a95)
@@ -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
