From a920b5c8e9b5218a6d670991e09ea578bf40aedb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Sun, 9 May 1999 00:18:00 -0700
Subject: [PATCH] now includes error.h

Rev: src/modules/_Charset/iso2022.c:1.9
---
 src/modules/_Charset/iso2022.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/modules/_Charset/iso2022.c b/src/modules/_Charset/iso2022.c
index 72fd3e97af..7b7782712c 100644
--- a/src/modules/_Charset/iso2022.c
+++ b/src/modules/_Charset/iso2022.c
@@ -3,12 +3,13 @@
 #endif /* HAVE_CONFIG_H */
 
 #include "global.h"
-RCSID("$Id: iso2022.c,v 1.8 1999/04/27 20:24:26 marcus Exp $");
+RCSID("$Id: iso2022.c,v 1.9 1999/05/09 07:18:00 hubbe Exp $");
 #include "program.h"
 #include "interpret.h"
 #include "stralloc.h"
 #include "object.h"
 #include "module_support.h"
+#include "error.h"
 
 #include "iso2022.h"
 
-- 
GitLab