fix implicit declaration warnings in the miff parser.yac file

This commit is contained in:
DarthArgus
2015-10-14 09:51:46 -05:00
parent c53ec57f80
commit 68019340a1
@@ -27,7 +27,7 @@
#include <string.h>
#include <stdlib.h> /* for toupper() */
#include <wchar.h> /* for wide character (16bit) strings */
#include <ctype.h> /* for strtoupper and strtolower */
#include <stdio.h>
/*----------------------------------------------------------------**