shithub: zelda3

Download patch

ref: f83f949d200c1cd6c07bd50ce5108f7dea80660c
parent: 5a81468b2ce44bc6755a376863c3f9dce2d55042
author: Snesrev <snesrev@protonmail.com>
date: Wed Aug 31 03:23:59 EDT 2022

Fix includes on Linux

--- a/main.cpp
+++ b/main.cpp
@@ -7,6 +7,9 @@
 #include <SDL.h>
 #ifdef _WIN32
 #include <direct.h>
+#else
+#include <sys/stat.h>
+#include <sys/types.h>
 #endif
 
 #include "snes/snes.h"