summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am2
-rw-r--r--include/ReadJob.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 00f9ca0..4f97dde 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,7 +1,7 @@
pkginclude_HEADERS = \
Exceptions.h Handle.h BString.h Output.h Socket.h HttpServ.h Variables.h Menu.h \
Action.h Message.h Form.h Confirm.h Table.h IRC.h Task.h Buffer.h generic.h \
-CopyJob.h ReadJob.h Regex.h TaskMan.h InPipe.h OutPipe.h Input.h Image.h \
+CopyJob.h ReadJob.h BRegex.h TaskMan.h InPipe.h OutPipe.h Input.h Image.h \
Main.h Color.h GMPString.h SQL.h ConfigFile.h BLua.h LuaHandle.h
noinst_HEADERS = gettext.h
diff --git a/include/ReadJob.h b/include/ReadJob.h
index d861aff..dec1648 100644
--- a/include/ReadJob.h
+++ b/include/ReadJob.h
@@ -3,7 +3,7 @@
#include <Task.h>
#include <Handle.h>
-#include <Regex.h>
+#include <BRegex.h>
class ReadJob : public Task {
public: