aboutsummaryrefslogtreecommitdiff
path: root/src/room.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/room.c')
-rw-r--r--src/room.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/room.c b/src/room.c
index b387a23..0b49e14 100644
--- a/src/room.c
+++ b/src/room.c
@@ -16,7 +16,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "netcosm.h"
+#include "globals.h"
+
+#include "hash.h"
+#include "server.h"
+#include "room.h"
/* processed world data */
static struct room_t *world;