diff options
Diffstat (limited to 'wcsmbs')
-rw-r--r-- | wcsmbs/wchar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wcsmbs/wchar.h b/wcsmbs/wchar.h index 885662b07b..8702931115 100644 --- a/wcsmbs/wchar.h +++ b/wcsmbs/wchar.h @@ -31,7 +31,7 @@ #ifdef _WCHAR_H /* Get FILE definition. */ # define __need___FILE -# ifdef __USE_UNIX98 +# if defined __USE_UNIX98 || defined __USE_XOPEN2K # define __need_FILE # endif # include <stdio.h> |