Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 104314 | Differences between
and this patch

Collapse All | Expand All

(-)main_u.c (-2 / +2 lines)
Lines 29-37 Link Here
29
#include <fcntl.h>
29
#include <fcntl.h>
30
#include <io.h>
30
#include <io.h>
31
#endif /* __dos */
31
#endif /* __dos */
32
#if defined(__STDC_ISO_10646__)
32
#if defined(__STDC_ISO_10646__) || defined(__APPLE_CC__)
33
#include <locale.h>
33
#include <locale.h>
34
#endif /* __STDC_ISO_10646__ */
34
#endif /* __STDC_ISO_10646__ || __APPLE_CC__ */
35
#if defined(N_PLAT_NLM)
35
#if defined(N_PLAT_NLM)
36
#if !defined(_VA_LIST)
36
#if !defined(_VA_LIST)
37
#include "NW-only/nw_os.h"
37
#include "NW-only/nw_os.h"

Return to bug 104314