From 1f726405159f37d7f75cc0e9117dbfba1025cbb8 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Sun, 14 Jun 2020 19:21:42 -0700 Subject: [PATCH] Included util/angband-files.h to pick up prototypes for fd_close() and path_build(). --- src/main-x11.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main-x11.c b/src/main-x11.c index be8f8bf47..5112517c6 100644 --- a/src/main-x11.c +++ b/src/main-x11.c @@ -104,6 +104,7 @@ #include "term/gameterm.h" #include "term/term-color-types.h" #include "util/int-char-converter.h" +#include "util/angband-files.h" /* * Available graphic modes -- 2.11.0