(Mednafen PSX) Build fix for QNX (include <ctype.h> because tolower is used)

This commit is contained in:
twinaphex 2013-04-30 16:40:00 +02:00
parent dd2e524f2f
commit cfd7185713

View File

@ -15,6 +15,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <ctype.h>
#include "psx.h"
#include "mdec.h"
#include "frontio.h"