aboutsummaryrefslogtreecommitdiff
path: root/src/obj.h
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2016-03-28 14:11:22 -0400
committerFranklin Wei <git@fwei.tk>2016-03-28 14:11:22 -0400
commit2687778cf7c099e47de410d62d26d874f4dcebba (patch)
tree359759f153ffd0dc6b8c0bfc60460d10c9cd806a /src/obj.h
parent13052597a19fd2212efb7f51f19ed73b9f4b6ba4 (diff)
downloadnetcosm-2687778cf7c099e47de410d62d26d874f4dcebba.zip
netcosm-2687778cf7c099e47de410d62d26d874f4dcebba.tar.gz
netcosm-2687778cf7c099e47de410d62d26d874f4dcebba.tar.bz2
netcosm-2687778cf7c099e47de410d62d26d874f4dcebba.tar.xz
kludge things to compile on old linux
Diffstat (limited to 'src/obj.h')
-rw-r--r--src/obj.h3
1 files changed, 1 insertions, 2 deletions
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 {