freebsd-ports/emulators/snes9x-gtk/files/patch-screenshot.cpp
Sylvio Cesar Teixeira f85fa6ccef - Update to 1.52r79
PR:		ports/144249
Submitted by:	okeeblow <root@cooltrainer.org> (maintainer)
Approved by:	itetcu (mentor)
Feature safe:	yes
2010-03-01 22:41:24 +00:00

10 lines
281 B
C++

--- ../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)