mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-3905 Fix some compiler warnings.
X-SVN-Rev: 16650
This commit is contained in:
parent
23b78bf15e
commit
5cde413c0b
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@
|
|||
******************************************************************************
|
||||
*/
|
||||
|
||||
/* define for fileno. */
|
||||
#ifndef _XOPEN_SOURCE
|
||||
#define _XOPEN_SOURCE 4
|
||||
#endif
|
||||
|
||||
#include "locmap.h"
|
||||
#include "unicode/ustdio.h"
|
||||
#include "ufile.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue