From 65557f7db34c7bd05e8502151f179615d0b945b9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Thu, 21 May 1998 14:56:02 +0200
Subject: [PATCH] Now works with Pike 0.5 again.

Rev: tutorial/html_onepage.pike:1.3
---
 tutorial/html_onepage.pike | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tutorial/html_onepage.pike b/tutorial/html_onepage.pike
index ad5f2bb67d..5d6d0d5e76 100644
--- a/tutorial/html_onepage.pike
+++ b/tutorial/html_onepage.pike
@@ -1,5 +1,7 @@
 #include "types.h"
+#if __VERSION__ >= 0.6
 import ".";
+#endif /* __VERSION__ >= 0.6 */
 inherit "html";
 
 SGML low_split(SGML data) { return data; }
-- 
GitLab