Ticket #61512: guesslocale.c.missing-header.diff
File guesslocale.c.missing-header.diff, 324 bytes (added by fu7mu4 (fu7mu4), 4 years ago) |
---|
-
guesslocale.c
old new 19 19 * along with this program; if not, write to the Free Software 20 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 21 */ 22 #include <ctype.h> 22 23 23 24 #ifdef HAVE_SETLOCALE 24 25