From ed95a5621ac9c4f5002e68a981f8b24d5caaedf4 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/verb.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/verb.h') diff --git a/src/verb.h b/src/verb.h index 348da49..8913962 100644 --- a/src/verb.h +++ b/src/verb.h @@ -21,6 +21,7 @@ #include "globals.h" #include "room.h" +#include "server.h" /* the verb API is modeled after that of obj_*, this allows for * dynamic creation/deletion of verbs, but is also easily @@ -30,9 +31,6 @@ * callbacks. */ -struct child_data; -typedef struct child_data user_t; - struct verb_t; struct verb_class_t { const char *class_name; -- cgit v1.1