Skip to content

Commit

Permalink
src: #include <stdio.h>" to iculslocs
Browse files Browse the repository at this point in the history
iculslocs uses stdio, but didn't include the header.

PR-URL: #19150
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
  • Loading branch information
srl295 authored and MylesBorins committed Mar 7, 2018
1 parent ee653ec commit cc52dae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/icu/iculslocs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Japanese, it doesn't *claim* to have Japanese.
#include <unicode/ures.h>
#include <unicode/udata.h>
#include <unicode/putil.h>
#include <stdio.h>

const char* PROG = "iculslocs";
const char* NAME = U_ICUDATA_NAME; // assume ICU data
Expand Down

0 comments on commit cc52dae

Please sign in to comment.