summaryrefslogtreecommitdiff
path: root/src/news_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/news_gui.h')
-rw-r--r--src/news_gui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/news_gui.h b/src/news_gui.h
index f0b28a734..0f42c68c6 100644
--- a/src/news_gui.h
+++ b/src/news_gui.h
@@ -12,7 +12,11 @@
#ifndef NEWS_GUI_H
#define NEWS_GUI_H
+#include "news_type.h"
+
void ShowLastNewsMessage();
void ShowMessageHistory();
+extern NewsItem *_oldest_news;
+
#endif /* NEWS_GUI_H */