Include <compat/posix_string.h> for strtok_r MSVC compatibility
This commit is contained in:
parent
59025e849f
commit
0f5cdaf2f6
|
@ -24,6 +24,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <compat/posix_string.h>
|
||||
#include <compat/strl.h>
|
||||
#include <file/archive_file.h>
|
||||
#include <file/file_path.h>
|
||||
|
|
Loading…
Reference in New Issue