Fix for HipHop breakage in r87748 etc. Please do not use require_once(dirname(__FILE_...
[lhc/web/wiklou.git] / includes / normal / Utf8CaseGenerate.php
index 8dbff1d..368d0bc 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("UnicodeData.txt", "rt" );