Index: source/io/uscanf.c |
diff --git a/source/io/uscanf.c b/source/io/uscanf.c |
index 5743f6519917bb1a7a5c15f58738be0b6eb4116c..3ef9b3c7bee8d16c5b5dd444d22024f917cd342e 100644 |
--- a/source/io/uscanf.c |
+++ b/source/io/uscanf.c |
@@ -1,7 +1,7 @@ |
/* |
****************************************************************************** |
* |
-* Copyright (C) 1998-2004, International Business Machines |
+* Copyright (C) 1998-2014, International Business Machines |
* Corporation and others. All Rights Reserved. |
* |
****************************************************************************** |
@@ -18,7 +18,7 @@ |
#include "unicode/utypes.h" |
-#if !UCONFIG_NO_FORMATTING |
+#if !UCONFIG_NO_FORMATTING && !UCONFIG_NO_CONVERSION |
#include "unicode/putil.h" |
#include "unicode/ustdio.h" |