aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTay Ray Chuan <rctay@nus.edu.sg>2012-03-19 21:06:12 +0800
committerTay Ray Chuan <rctay@nus.edu.sg>2012-03-19 21:06:12 +0800
commit3fccb064bd3f6748c891026162b9e2d867c79fd4 (patch)
tree1e6a3f7f915898f1f21bb127a29ad12e3d8bac18 /src
parentd8455890b81d3aebe612958786703579e73566af (diff)
downloadnyancat-3fccb064bd3f6748c891026162b9e2d867c79fd4.tar.gz
include ctype.h for tolower()
Diffstat (limited to 'src')
-rw-r--r--src/nyancat.c1
1 files changed, 1 insertions, 0 deletions
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 <ctype.h>
#include <stdio.h>
#include <stdint.h>
#include <string.h>