From c4b7d2ee8c7d98558f703a4ebee7b7c2c67572e2 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Wed, 22 Jul 2020 13:45:10 -0700 Subject: [PATCH] Include core/disturbance.h to pick up declaration for disturb(). --- src/io/exit-panic.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/io/exit-panic.c b/src/io/exit-panic.c index 4a547af72..de04a53b3 100644 --- a/src/io/exit-panic.c +++ b/src/io/exit-panic.c @@ -7,6 +7,7 @@ */ #include "exit-panic.h" +#include "core/disturbance.h" #include "world/world.h" #include "player-move.h" #include "signal-handlers.h" -- 2.24.3 (Apple Git-128)