include <ctype.h> for tolower()

Sat Feb  7 11:15:54 1998  Owen Taylor  <owt1@cornell.edu>

	* gutils.c: include <ctype.h> for tolower()
This commit is contained in:
Owen Taylor 1998-02-07 16:14:13 +00:00 committed by Owen Taylor
parent dca018206e
commit 75cd57b6cb
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Sat Feb 7 11:15:54 1998 Owen Taylor <owt1@cornell.edu>
* gutils.c: include <ctype.h> for tolower()
Fri Jan 30 23:57:17 PST 1998 Manish Singh <yosh@gimp.org>
* added and autoconfigured in a new utility function

View File

@ -20,6 +20,7 @@
#include <stdlib.h>
#include <string.h>
#include <locale.h>
#include <ctype.h> /* For tolower() */
#include "glib.h"