From 2687778cf7c099e47de410d62d26d874f4dcebba Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Mon, 28 Mar 2016 14:11:22 -0400 Subject: kludge things to compile on old linux --- src/obj.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/obj.h') diff --git a/src/obj.h b/src/obj.h index 121e3ab..37dbfd9 100644 --- a/src/obj.h +++ b/src/obj.h @@ -21,14 +21,13 @@ #include "globals.h" #include "room.h" +#include "server.h" /* Objects belong to an object class. Objects define their object * class through the class name, which is converted to a class ID * internally. */ -typedef struct child_data user_t; - struct object_t; struct obj_class_t { -- cgit v1.1