mirror of https://github.com/snes9xgit/snes9x.git
compat.cpp: Add appropriate headers.
This commit is contained in:
parent
1a0d896416
commit
3140d5784c
|
@ -1,3 +1,6 @@
|
|||
#include <cstring>
|
||||
#include "port.h"
|
||||
|
||||
void _splitpath(const char *path, char *drive, char *dir, char *fname, char *ext)
|
||||
{
|
||||
char *slash = strrchr((char *)path, SLASH_CHAR);
|
||||
|
|
Loading…
Reference in New Issue