+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/********************************************************************
* COPYRIGHT:
- * Copyright (c) 1997-2003, 2007 International Business Machines Corporation and
+ * Copyright (c) 1997-2003, 2007-2009 International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/********************************************************************************
#define _CNUMDEPTST
#include "unicode/utypes.h"
+#include "unicode/unum.h"
#if !UCONFIG_NO_FORMATTING
static void TestCurrencyKeywords(void);
+static void TestGetKeywordValuesForLocale(void);
+
#endif /* #if !UCONFIG_NO_FORMATTING */
#endif