From 9d60a0f96766a1450cf1c801b7abc198906a2e68 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Fri, 16 Sep 2016 19:28:07 +0200 Subject: [PATCH] missing forward struct declaration --- src/report.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/report.h b/src/report.h index 66eb4a4b9..ec0ee903c 100644 --- a/src/report.h +++ b/src/report.h @@ -23,6 +23,7 @@ extern "C" { struct spellbook_entry; struct region; struct faction; + struct locale; void register_nr(void); void report_cleanup(void); void write_spaces(struct stream *out, size_t num);