diff --git a/tutorial/html.pike b/tutorial/html.pike
index 6a1baf32206a525803930d73a6a7f67df1b7b0ba..c7c61de6ed5b893dda42fd6f427f4bfae10c73a8 100644
--- a/tutorial/html.pike
+++ b/tutorial/html.pike
@@ -1,5 +1,7 @@
 #include "types.h"
+#if __VERSION__ >= 0.6
 import ".";
+#endif /* __VERSION__ >= 0.6 */
 inherit Stdio.File : out;
 
 SGML html_toc;