summaryrefslogtreecommitdiff
path: root/src/store.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-26 17:09:57 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-26 17:09:57 +0200
commit6c3d9cd354cc69bbbc719e0be91169946e3212a0 (patch)
tree9c63cbc5e8c4e4883b8f4721f3a1ad71c7b65078 /src/store.c
parent72bde5e602786fd349f6cc6642fff6f9c5658e1c (diff)
Quarks: Move subsystem to separate compilation unit
Diffstat (limited to 'src/store.c')
-rw-r--r--src/store.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/store.c b/src/store.c
index e62701d9..cca3be85 100644
--- a/src/store.c
+++ b/src/store.c
@@ -12,6 +12,8 @@
#include "angband.h"
+#include "quark.h"
+
#define STORE_GENERAL_STORE "General Store"
#define STORE_ARMOURY "Armoury"
#define STORE_WEAPONSMITH "Weaponsmith"