changeset 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 374477c0dd76
children dbbf5470ba05
files src/internal.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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