mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
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)
10 lines
227 B
C++
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)
|