1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-05-31 15:01:17 +03:00
Mike Frysinger 283c873654 fix missing ctype.h include
This file uses isspace but doesn't include ctype.h leading to:
isomac.c: In function 'get_null_defines':
isomac.c:305:30: warning: implicit declaration of function 'isspace' [-Wimplicit-function-declaration]
	for (end = start + 1; !isspace (*end) && *end != '\0'; ++end)
2015-08-06 02:59:52 -04:00
..
2012-01-16 09:03:20 -05:00
2012-07-16 18:46:40 +02:00
2015-08-06 02:59:52 -04:00
2015-05-27 08:07:07 +05:30
2006-12-10 01:11:45 +00:00
2014-12-29 23:14:38 -05:00