--- old/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java Tue May 11 21:40:16 2010 +++ new/make/tools/src/build/tools/generatecharacter/GenerateCharacter.java Tue May 11 21:40:15 2010 @@ -35,6 +35,8 @@ import java.io.FileWriter; import java.io.File; +import build.tools.generatecharacter.CharacterName; + /** * This program generates the source code for the class java.lang.Character. * It also generates native C code that can perform the same operations.