From a84e7b85f5f387a9f4206ed860eae9780b7dc676 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Sun, 14 Jun 2020 18:53:12 -0700 Subject: [PATCH] Included term/screen-processor.h to pick up prototype for prt(). --- 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 e9306a6cb..4a547af72 100644 --- a/src/io/exit-panic.c +++ b/src/io/exit-panic.c @@ -11,6 +11,7 @@ #include "player-move.h" #include "signal-handlers.h" #include "save.h" +#include "term/screen-processor.h" #include "view/display-messages.h" /*! -- 2.11.0