diff --git a/src/object.c b/src/object.c index e9f1f46089f4c68b44679d20aefbb43cfc72dddd..2cc5059c36db4a38597fb001b44f052ce85762ef 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>