summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ReadJob.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ReadJob.cc b/lib/ReadJob.cc
index c31b894..f6ef248 100644
--- a/lib/ReadJob.cc
+++ b/lib/ReadJob.cc
@@ -3,7 +3,7 @@
#endif
#include "ReadJob.h"
#include "HttpServ.h"
-#include "Regex.h"
+#include "BRegex.h"
#include "gettext.h"
ReadJob::ReadJob(Handle * as, Handle * ad, const Regex & aregex) : s(as), d(ad), regex(&aregex) {