From 67f0b55ef5aabbad5a87c0f6d6a093fffd99ea51 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sun, 26 Sep 1999 01:50:19 +0200
Subject: [PATCH] Fixed warning.

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

diff --git a/src/main.c b/src/main.c
index 0745ece47d..f8c3a8074d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -5,7 +5,7 @@
 \*/
 /**/
 #include "global.h"
-RCSID("$Id: main.c,v 1.75 1999/08/14 09:03:35 hubbe Exp $");
+RCSID("$Id: main.c,v 1.76 1999/09/25 23:50:19 grubba Exp $");
 #include "fdlib.h"
 #include "backend.h"
 #include "module.h"
@@ -30,6 +30,7 @@ RCSID("$Id: main.c,v 1.75 1999/08/14 09:03:35 hubbe Exp $");
 #include "main.h"
 #include "operators.h"
 #include "security.h"
+#include "constants.h"
 #include "version.h"
 
 #include <errno.h>
-- 
GitLab