| Index: source/common/rbbicst.pl
 | 
| diff --git a/source/common/rbbicst.pl b/source/common/rbbicst.pl
 | 
| index 98b06cbc27d0b786f3f159300155d90eee1ae776..32dd2ffff107421817a2cf67555b116bb1d01180 100755
 | 
| --- a/source/common/rbbicst.pl
 | 
| +++ b/source/common/rbbicst.pl
 | 
| @@ -1,6 +1,10 @@
 | 
|  #**************************************************************************
 | 
| -#   Copyright (C) 2002-2005 International Business Machines Corporation   *
 | 
| -#   and others. All rights reserved.                                      *
 | 
| +#   Copyright (C) 2016 and later: Unicode, Inc. and others.
 | 
| +#   License & terms of use: http://www.unicode.org/copyright.html#License
 | 
| +#**************************************************************************
 | 
| +#**************************************************************************
 | 
| +#   Copyright (C) 2002-2016 International Business Machines Corporation
 | 
| +#   and others. All rights reserved.
 | 
|  #**************************************************************************
 | 
|  #
 | 
|  #  rbbicst   Compile the RBBI rule paser state table data into initialized C data.
 | 
| @@ -348,6 +352,8 @@ else
 | 
|      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";
 | 
|  
 | 
|      #
 | 
| 
 |