From 12666ef76bbd9b6e254c3fb0c27f82a73b3096c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Sun, 29 Aug 1999 23:22:44 -0700 Subject: [PATCH] removed a warning Rev: src/object.c:1.76 --- src/object.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/object.c b/src/object.c index e9f1f46089..2cc5059c36 100644 --- a/src/object.c +++ b/src/object.c @@ -5,7 +5,7 @@ \*/ /**/ #include "global.h" -RCSID("$Id: object.c,v 1.75 1999/08/18 00:26:39 hubbe Exp $"); +RCSID("$Id: object.c,v 1.76 1999/08/30 06:22:44 hubbe Exp $"); #include "object.h" #include "dynamic_buffer.h" #include "interpret.h" @@ -27,6 +27,7 @@ RCSID("$Id: object.c,v 1.75 1999/08/18 00:26:39 hubbe Exp $"); #include "module_support.h" #include "block_alloc.h" #include "fdlib.h" +#include "mapping.h" #ifdef HAVE_SYS_TYPES_H #include <sys/types.h> -- GitLab