Commit 91431903 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-250 Include utils in printwbxml.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 38c80206
...@@ -30,6 +30,7 @@ $wbxml64 = is_file($argv[1]) ? realpath($argv[1]) : $argv[1]; ...@@ -30,6 +30,7 @@ $wbxml64 = is_file($argv[1]) ? realpath($argv[1]) : $argv[1];
chdir(__DIR__); chdir(__DIR__);
// include the stuff we need // include the stuff we need
include_once('../../src/lib/utils/utils.php');
include_once('../../src/lib/utils/stringstreamwrapper.php'); include_once('../../src/lib/utils/stringstreamwrapper.php');
include_once('../../src/lib/wbxml/wbxmldefs.php'); include_once('../../src/lib/wbxml/wbxmldefs.php');
include_once('../../src/lib/wbxml/wbxmldecoder.php'); include_once('../../src/lib/wbxml/wbxmldecoder.php');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment