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

(-)clamav-0.95/shared/output.c-orig (-1 / +1 lines)
Lines 67-73 Link Here
67
pthread_mutex_t logg_mutex = PTHREAD_MUTEX_INITIALIZER;
67
pthread_mutex_t logg_mutex = PTHREAD_MUTEX_INITIALIZER;
68
#endif
68
#endif
69
69
70
#ifdef  C_LINUX
70
#if defined(C_LINUX) && defined(HAVE_LIBINTL_H)
71
#include <libintl.h>
71
#include <libintl.h>
72
#include <locale.h>
72
#include <locale.h>
73
73

Return to bug 264852