mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
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:
parent
dca018206e
commit
75cd57b6cb
@ -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
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <locale.h>
|
||||
#include <ctype.h> /* For tolower() */
|
||||
#include "glib.h"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user