diff --git a/tutorial/Wmml.pmod b/tutorial/Wmml.pmod
index dfcaaf948b4185352f4ed3a482ed209b50c812fc..8770a1b6ea4843fb28cf07ffc98b368f4bc255e6 100644
--- a/tutorial/Wmml.pmod
+++ b/tutorial/Wmml.pmod
@@ -1,5 +1,7 @@
 #include "types.h"
+#if __VERSION__ >= 0.6
 import ".";
+#endif /* __VERSION__ >= 0.6 */
 import Sgml;
 
 SGML low_make_concrete_wmml(SGML data);
diff --git a/tutorial/wmmltohtml2 b/tutorial/wmmltohtml2
index 4c24b37bf9d89408bc33b7049a47e5f96034b792..42c586a6ca15a37ab3b1437fb6b1ded09238604e 100755
--- a/tutorial/wmmltohtml2
+++ b/tutorial/wmmltohtml2
@@ -1,7 +1,9 @@
 #!/usr/local/bin/pike
 
 import Stdio;
+#if __VERSION__ >= 0.6
 import ".";
+#endif /* __VERSION__ >= 0.6 */
 
 #include "types.h"