Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 354019
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- shared/output.c
0
++ shared/output.c
Lines 63-69 Link Here
63
pthread_mutex_t mdprintf_mutex = PTHREAD_MUTEX_INITIALIZER;
63
pthread_mutex_t mdprintf_mutex = PTHREAD_MUTEX_INITIALIZER;
64
#endif
64
#endif
65
65
66
#ifdef  C_LINUX
66
#if defined(C_LINUX) && defined(HAVE_LIBINTL_H)
67
#include <libintl.h>
67
#include <libintl.h>
68
#include <locale.h>
68
#include <locale.h>
69
69

Return to bug 354019