Merge "(bug 40098) Don't parse the section's name in the summary when creating a...
[lhc/web/wiklou.git] / includes / normal / UtfNormalGenerate.php
index a5e2885..e4c1138 100644 (file)
@@ -29,6 +29,7 @@ if( php_sapi_name() != 'cli' ) {
        die( "Run me from the command line please.\n" );
 }
 
+require_once 'UtfNormalDefines.php';
 require_once 'UtfNormalUtil.php';
 
 $in = fopen("DerivedNormalizationProps.txt", "rt" );