Skip to content

Commit d6d483c

Browse files
committed
(runtime_file.c) Include missing header errno.h
1 parent 376bd08 commit d6d483c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

runtime_file.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include <string.h>
2525
#include <stdio.h>
2626
#include <ctype.h>
27+
#include <errno.h>
2728

2829
#include <file/file_path.h>
2930
#include <retro_miscellaneous.h>

0 commit comments

Comments
 (0)