compat.cpp: Add appropriate headers.

This commit is contained in:
BearOso 2020-09-07 10:59:51 -05:00
parent 1a0d896416
commit 3140d5784c
1 changed files with 3 additions and 0 deletions

View File

@ -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);