X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=include%2Fgettext.h;h=8f87bcd1a303b37e9958d7960380c380e5f80845;hb=e8db7f6eea9b35527ddd4532affabd18a30549b5;hp=b3ea285ca43e4379f6d446c67aa86d142fc607a1;hpb=98b9fd63cd28a3636a7cd24641b8f497eaadcd50;p=debian%2Fsudo diff --git a/include/gettext.h b/include/gettext.h index b3ea285..8f87bcd 100644 --- a/include/gettext.h +++ b/include/gettext.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 Todd C. Miller + * Copyright (c) 2011-2012 Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -21,9 +21,7 @@ * Solaris locale.h includes libintl.h which causes problems when we * redefine the gettext functions. We include it first to avoid this. */ -#if defined(HAVE_SETLOCALE) && defined(__sun__) && defined(__svr4__) -# include -#endif +#include #ifdef HAVE_LIBINTL_H