diff options
Diffstat (limited to 'src/cli_shell_api.cpp')
-rw-r--r-- | src/cli_shell_api.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cli_shell_api.cpp b/src/cli_shell_api.cpp index 0c76daa..41d18e2 100644 --- a/src/cli_shell_api.cpp +++ b/src/cli_shell_api.cpp @@ -27,6 +27,8 @@ #include <cnode/cnode-algorithm.hpp> #include <cparse/cparse.hpp> +using namespace cstore; + /* This program provides an API for shell scripts (e.g., snippets in * templates, standalone scripts, etc.) to access the CLI cstore library. * It is installed in "/opt/vyatta/sbin", but a symlink "/bin/cli-shell-api" |