From 299d550e5dd5790245a17a6fec939e23e09d3089 Mon Sep 17 00:00:00 2001 From: Michael Ow Date: Thu, 17 May 2012 21:50:52 +0000 Subject: [PATCH] ICU-9326 Fix missing header file. X-SVN-Rev: 31831 --- icu4c/source/tools/toolutil/pkg_icu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/icu4c/source/tools/toolutil/pkg_icu.h b/icu4c/source/tools/toolutil/pkg_icu.h index 7b652cd8997..1fa87c9bc73 100644 --- a/icu4c/source/tools/toolutil/pkg_icu.h +++ b/icu4c/source/tools/toolutil/pkg_icu.h @@ -8,6 +8,7 @@ #define __PKG_ICU_H__ #include "unicode/utypes.h" +#include "package.h" #define U_PKG_RESERVED_CHARS "\"%&'()*+,-./:;<=>?_" -- 2.40.0