]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/regexcst.pl
ICU-57166.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / regexcst.pl
index d52093629c53e6dff02ba98006a20654276b8487..848700531171a8719be3b03bb6185381669b4040 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #  ********************************************************************
 #  * COPYRIGHT:
-#  * Copyright (c) 2002-2015, International Business Machines Corporation and
+#  * Copyright (c) 2002-2016, International Business Machines Corporation and
 #  * others. All Rights Reserved.
 #  ********************************************************************
 #
@@ -206,13 +206,15 @@ print "//    This file contains the state table for the ICU Regular Expression P
 print "//    It is generated by the Perl script \"regexcst.pl\" from\n";
 print "//    the rule parser state definitions file \"regexcst.txt\".\n";
 print "//\n";
-print "//   Copyright (C) 2002-2015 International Business Machines Corporation \n";
+print "//   Copyright (C) 2002-2016 International Business Machines Corporation \n";
 print "//   and others. All rights reserved.  \n";
 print "//\n";
 print "//---------------------------------------------------------------------------------\n";
 print "#ifndef RBBIRPT_H\n";
 print "#define RBBIRPT_H\n";
 print "\n";
+print "#include \"unicode/utypes.h\"\n";
+print "\n";
 print "U_NAMESPACE_BEGIN\n";
 
 #