summaryrefslogtreecommitdiff
path: root/src/squelch/rule.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:01 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:01 +0100
commit37ac44add61e4547507770017dcb85b53c20acb5 (patch)
tree20d678f3d06cf850b39b1c20b1d21f9c8b49a5db /src/squelch/rule.cc
parent37cea853947851134b2e6f2e338d85ddc5378616 (diff)
Split util.cc function declarations into separate header files
We need one .h file and one .hpp since some of the functions are being called from plain C code.
Diffstat (limited to 'src/squelch/rule.cc')
-rw-r--r--src/squelch/rule.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/squelch/rule.cc b/src/squelch/rule.cc
index 060ae257..c538e310 100644
--- a/src/squelch/rule.cc
+++ b/src/squelch/rule.cc
@@ -7,6 +7,7 @@
#include "../angband.h"
#include "../modules.hpp"
#include "../quark.h"
+#include "../util.hpp"
namespace squelch {