From 0808b29a4e1a455ec67c49fb48f64d6d9378e78a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Sun, 25 Jan 1998 01:15:47 -0800
Subject: [PATCH] bugfix

Rev: src/main.c:1.36
---
 src/main.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c
index baf74afd7c..a64871a7f4 100644
--- a/src/main.c
+++ b/src/main.c
@@ -4,7 +4,7 @@
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 #include "global.h"
-RCSID("$Id: main.c,v 1.35 1998/01/25 08:25:10 hubbe Exp $");
+RCSID("$Id: main.c,v 1.36 1998/01/25 09:15:47 hubbe Exp $");
 #include "fdlib.h"
 #include "backend.h"
 #include "module.h"
@@ -25,6 +25,7 @@ RCSID("$Id: main.c,v 1.35 1998/01/25 08:25:10 hubbe Exp $");
 #include "multiset.h"
 #include "mapping.h"
 #include "cpp.h"
+#include "main.h"
 
 #include <errno.h>
 
-- 
GitLab