ports/emulators/snes9x-gtk/files/patch-screenshot.cpp
Jason E. Hale 33a71ffb92 Update to 1.54.1
Unbreak fetch (project moved to Github)
Clean up and fix some broken dependencies
Regenerate patches with 'make makepatch'
Use standard options descriptions when possible

PR:		213692 (based on)
Submitted by:	<timon@timon.net.nz>
Approved by:	maintainer timeout
MFH:		2017Q1 (blanket)
2017-01-07 13:39:14 +00:00

10 lines
227 B
C++

--- screenshot.cpp.orig 2016-10-15 00:20:34 UTC
+++ screenshot.cpp
@@ -186,6 +186,7 @@
#include "memmap.h"
#include "display.h"
#include "screenshot.h"
+#include <unistd.h>
bool8 S9xDoScreenshot (int width, int height)