summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-11-11 10:59:47 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:40:48 -0400
commitbff8e8f7f001a683e218032ff9abfbdda2047dd7 (patch)
treed7cc39138479d274f1c0f5abc4eb1ea643e27675
parent1db60b12e2341cd69c297de643ff46fbf9e4b970 (diff)
downloadfork-ledger-bff8e8f7f001a683e218032ff9abfbdda2047dd7.tar.gz
fork-ledger-bff8e8f7f001a683e218032ff9abfbdda2047dd7.tar.bz2
fork-ledger-bff8e8f7f001a683e218032ff9abfbdda2047dd7.zip
added a missing #include
-rw-r--r--mask.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/mask.cc b/mask.cc
index a7352d12..35a24022 100644
--- a/mask.cc
+++ b/mask.cc
@@ -1,6 +1,8 @@
#include "mask.h"
#include "debug.h"
+#include <cstdlib>
+
#include <pcre.h>
mask_t::mask_t(const std::string& pat) : exclude(false)