From 6c3d9cd354cc69bbbc719e0be91169946e3212a0 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Tue, 26 Jun 2012 17:09:57 +0200 Subject: Quarks: Move subsystem to separate compilation unit --- src/store.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/store.c') 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" -- cgit v1.2.3