From 22c0842c21298fb005303c413ab3abfe6efbea67 Mon Sep 17 00:00:00 2001
From: Martin Nilsson <mani@lysator.liu.se>
Date: Mon, 28 Mar 2005 23:56:03 +0200
Subject: [PATCH] Fixed warnings.

Rev: src/module.c:1.35
---
 src/module.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/module.c b/src/module.c
index 0ef2f46009..cbf515f62f 100644
--- a/src/module.c
+++ b/src/module.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: module.c,v 1.34 2005/01/01 13:41:54 grubba Exp $
+|| $Id: module.c,v 1.35 2005/03/28 21:56:03 nilsson Exp $
 */
 
 #include "global.h"
@@ -29,6 +29,8 @@
 #include "multiset.h"
 #include "pike_types.h"
 #include "constants.h"
+#include "bignum.h"
+#include "module_support.h"
 
 #include "modules/modlist_headers.h"
 #include "post_modules/modlist_headers.h"
-- 
GitLab