mirror of
https://github.com/libretro/snes9x.git
synced 2025-01-18 23:02:20 +00:00
Fix missing header (ctype.h for isalnum)
This commit is contained in:
parent
a5176752fd
commit
5286891441
@ -182,6 +182,7 @@
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "snes9x.h"
|
||||
#include "memmap.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user