ICU-2765 Fix a compiler error on AIX

X-SVN-Rev: 11666
This commit is contained in:
George Rhoten 2003-04-24 16:18:05 +00:00
parent 213d998491
commit 0717429086

View file

@ -12,7 +12,7 @@
#if !UCONFIG_NO_TRANSLITERATION
#include <malloc.h>
#include <stdlib.h>
#include <string.h>
#include "unicode/utrans.h"
#include "unicode/ustring.h"