diff src/internal.h @ 8737:504570a1acd5

[gaim-migrate @ 9492] Let me know if this breaks things and we'll "refactor" it using "pair programming" and other "extreme programming" tactics. Then we'll shoot ourselves in the eye. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 21 Apr 2004 01:45:57 +0000
parents 92cbf9713795
children 240c6282f546
line wrap: on
line diff
--- a/src/internal.h	Wed Apr 21 01:43:16 2004 +0000
+++ b/src/internal.h	Wed Apr 21 01:45:57 2004 +0000
@@ -30,6 +30,7 @@
 #endif
 
 #ifdef ENABLE_NLS
+#  include <locale.h>
 #  include <libintl.h>
 #  define _(x) gettext(x)
 #  ifdef gettext_noop