Skip to content

Commit d82bbaf

Browse files
committed
(vfs_implementation_cdrom) Silence warnings with these header includes
1 parent 711356e commit d82bbaf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libretro-common/vfs/vfs_implementation_cdrom.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2121
*/
2222

23+
#include <stdlib.h>
24+
#include <string.h>
25+
2326
#include <vfs/vfs_implementation.h>
2427
#include <file/file_path.h>
2528
#include <compat/fopen_utf8.h>

0 commit comments

Comments
 (0)