summaryrefslogtreecommitdiff
path: root/src/birth.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/birth.cc')
-rw-r--r--src/birth.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/birth.cc b/src/birth.cc
index 21f1f5bf..458b2049 100644
--- a/src/birth.cc
+++ b/src/birth.cc
@@ -5,6 +5,7 @@
* not for profit purposes provided that this copyright and statement are
* included in all such copies.
*/
+#include "birth.hpp"
#include "angband.h"
#include "corrupt.hpp"
@@ -586,7 +587,7 @@ static void get_history(void)
/*
* Fill the random_artifacts array with relevant info.
*/
-errr init_randart(void)
+static errr init_randart(void)
{
int i;