diff options
Diffstat (limited to 'emulators/snes9x-gtk/files/patch-screenshot.cpp')
-rw-r--r-- | emulators/snes9x-gtk/files/patch-screenshot.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/snes9x-gtk/files/patch-screenshot.cpp b/emulators/snes9x-gtk/files/patch-screenshot.cpp new file mode 100644 index 000000000000..dd19fa6db61a --- /dev/null +++ b/emulators/snes9x-gtk/files/patch-screenshot.cpp @@ -0,0 +1,10 @@ +--- ../screenshot.cpp.orig 2010-02-23 00:19:36.132640984 -0500 ++++ ../screenshot.cpp 2010-02-23 00:19:59.151074837 -0500 +@@ -182,6 +182,7 @@ + #include "memmap.h" + #include "display.h" + #include "screenshot.h" ++#include <unistd.h> + + + bool8 S9xDoScreenshot (int width, int height) |