12 lines
260 B
C
12 lines
260 B
C
--- xmms/i18n.h.in.orig 2007-11-16 21:56:53 UTC
|
|
+++ xmms/i18n.h.in
|
|
@@ -1,7 +1,8 @@
|
|
#undef ENABLE_NLS
|
|
|
|
+#include <locale.h>
|
|
+
|
|
#ifdef ENABLE_NLS
|
|
-# include <locale.h>
|
|
# include <libintl.h>
|
|
# define _(String) gettext (String)
|
|
# ifdef gettext_noop
|