--- a/src/internal.h Tue Apr 20 20:31:11 2004 +0000 +++ b/src/internal.h Tue Apr 20 22:40:05 2004 +0000 @@ -38,6 +38,7 @@ # define N_(String) (String) # endif #else +# include <locale.h> # define N_(String) (String) # define _(x) (x) # define ngettext(Singular, Plural, Number) ((Number == 1) ? (Singular) : (Plural))