]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/io/ufile.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / io / ufile.h
index 33056429169679089f07c1953435aa6c7ec026ab..e85208fcd35888d2fbaa2e2d7707719025c4a5b2 100644 (file)
@@ -1,7 +1,9 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
  *******************************************************************************
  *
- *   Copyright (C) 1998-2010, International Business Machines
+ *   Copyright (C) 1998-2014, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  *
  *******************************************************************************
 #define UFILE_H
 
 #include "unicode/utypes.h"
+
+#if !UCONFIG_NO_CONVERSION
+
+#include <stdio.h>
+
 #include "unicode/ucnv.h"
 #include "unicode/utrans.h"
 #include "locbund.h"
@@ -130,3 +137,4 @@ ufile_flush_io(UFILE *f);
 
 
 #endif
+#endif