include ctype.h for tolower()

This commit is contained in:
Tay Ray Chuan
2012-03-19 21:06:12 +08:00
parent d8455890b8
commit 3fccb064bd

View File

@@ -49,6 +49,7 @@
* WITH THE SOFTWARE.
*/
#include <ctype.h>
#include <stdio.h>
#include <stdint.h>
#include <string.h>