summaryrefslogtreecommitdiff
path: root/cd-tool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cd-tool.cpp')
-rw-r--r--cd-tool.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/cd-tool.cpp b/cd-tool.cpp
index 671503d..5e9a231 100644
--- a/cd-tool.cpp
+++ b/cd-tool.cpp
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: cd-tool.cpp,v 1.41 2005-03-30 10:32:24 pixel Exp $ */
+/* $Id: cd-tool.cpp,v 1.42 2005-03-31 16:23:03 pixel Exp $ */
#define WIP
@@ -29,6 +29,7 @@
#include "Buffer.h"
#include "BLua.h"
#include "LuaConfigFile.h"
+#include "LuaRegex.h"
#include "cdreader.h"
#include "cdutils.h"
#include "generic.h"
@@ -367,6 +368,7 @@ Lua * start_basic_lua(void) {
LuaBuffer::pushconstruct(L);
LuaConfigFile::pushstatics(L);
+ LuaRegex::pushstatics(L);
CD_PUSHSTATICS(L);