summaryrefslogtreecommitdiff
path: root/perl_dmod
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2011-02-18 17:42:20 -0800
committerAn-Cheng Huang <ancheng@vyatta.com>2011-02-18 17:42:20 -0800
commite6a03f10e5175cbfcb2afb605cb0abca7f03d182 (patch)
treea212f240403015f0c8faad41f93021c45a113b82 /perl_dmod
parent91ca52106c623838957ba24b9baf680902c3ea7d (diff)
downloadvyatta-cfg-e6a03f10e5175cbfcb2afb605cb0abca7f03d182.tar.gz
vyatta-cfg-e6a03f10e5175cbfcb2afb605cb0abca7f03d182.zip
namespace reorg
Diffstat (limited to 'perl_dmod')
-rw-r--r--perl_dmod/Cstore/Cstore.xs2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl_dmod/Cstore/Cstore.xs b/perl_dmod/Cstore/Cstore.xs
index 988f575..730a936 100644
--- a/perl_dmod/Cstore/Cstore.xs
+++ b/perl_dmod/Cstore/Cstore.xs
@@ -28,6 +28,8 @@
#include <cstore/cstore.hpp>
+using namespace cstore;
+
typedef SV STRVEC;
typedef SV STRSTRMAP;