Skip to content

Commit

Permalink
Include <compat/posix_string.h> for strtok_r MSVC compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Jun 15, 2024
1 parent 59025e8 commit 0f5cdaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libretro-common/file/archive_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0f5cdaf

Please sign in to comment.