summaryrefslogtreecommitdiff
path: root/src/powers.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/powers.c
parent72bde5e602786fd349f6cc6642fff6f9c5658e1c (diff)
Quarks: Move subsystem to separate compilation unit
Diffstat (limited to 'src/powers.c')
-rw-r--r--src/powers.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/powers.c b/src/powers.c
index a12d55f6..afc4a13a 100644
--- a/src/powers.c
+++ b/src/powers.c
@@ -12,6 +12,8 @@
#include "angband.h"
+#include "quark.h"
+
/*
* Note: return value indicates the amount of mana to use
*/