Skip to content

Commit f33f323

Browse files
srl295MylesBorins
authored andcommitted
src: #include <stdio.h>" to iculslocs
iculslocs uses stdio, but didn't include the header. Backport-PR-URL: #22380 PR-URL: #19150 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
1 parent 21be127 commit f33f323

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/icu/iculslocs.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Japanese, it doesn't *claim* to have Japanese.
5555
#include <unicode/ures.h>
5656
#include <unicode/udata.h>
5757
#include <unicode/putil.h>
58+
#include <stdio.h>
5859

5960
const char* PROG = "iculslocs";
6061
const char* NAME = U_ICUDATA_NAME; // assume ICU data

0 commit comments

Comments
 (0)