summaryrefslogtreecommitdiff
path: root/src/object/houseDoorInterior.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/houseDoorInterior.c')
-rw-r--r--src/object/houseDoorInterior.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/object/houseDoorInterior.c b/src/object/houseDoorInterior.c
index f2a51b32..6648f24e 100644
--- a/src/object/houseDoorInterior.c
+++ b/src/object/houseDoorInterior.c
@@ -6,9 +6,10 @@
*/
#include "entity.h"
#include "flags.h"
-#include "functions.h"
+#include "player.h"
#include "npc.h"
#include "sound.h"
+#include "asm.h"
typedef struct {
Entity base;