From 3fccb064bd3f6748c891026162b9e2d867c79fd4 Mon Sep 17 00:00:00 2001 From: Tay Ray Chuan Date: Mon, 19 Mar 2012 21:06:12 +0800 Subject: include ctype.h for tolower() --- src/nyancat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nyancat.c b/src/nyancat.c index 207bcd0..33f8522 100644 --- a/src/nyancat.c +++ b/src/nyancat.c @@ -49,6 +49,7 @@ * WITH THE SOFTWARE. */ +#include #include #include #include -- cgit v1.2.3 v-scan-tables.git' title='dtv-scan-tables.git Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
blob: 32d4edc7d8b3dbb6ff0f562a3ef49834f5e5f566 (plain)
1
2
3
4
5
6