aboutsummaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2010-06-07 16:14:13 -0700
committerElliott Hughes <enh@google.com>2010-06-07 16:14:13 -0700
commit95860a18811810f331c72d1f2cc5ca04d8716755 (patch)
treeac889ea2f1b8443998c3e7300fb431ec53fe617f /i18n
parentea1f1813c8b13a850b13f256aeb5152bb0942e81 (diff)
downloadicu4c-95860a18811810f331c72d1f2cc5ca04d8716755.tar.gz
Fix sim-eng build after upgrade to ICU 4.4.
(The master sim-eng build is broken atm, but the dalvik-dev sim-eng build caught this.) Change-Id: I4a4b43f92f3916b3c2d9f7d501e0fbe88c001bd6
Diffstat (limited to 'i18n')
-rw-r--r--i18n/digitlst.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/digitlst.cpp b/i18n/digitlst.cpp
index b47353fa..eabf5afb 100644
--- a/i18n/digitlst.cpp
+++ b/i18n/digitlst.cpp
@@ -36,7 +36,7 @@
#include <limits.h>
#include <string.h>
#include <stdio.h>
-#ifdef HAVE_ANDROID_OS
+#ifdef ANDROID
#include <math.h>
#else
#include <limits>