opnsense-ports/emulators/dolphin-emu/files/patch-Source-Core-VideoCommon-ImageWrite.cpp
Franco Fichtner 7838593762 */*: sync with upstream
Taken from: FreeBSD
2016-12-03 11:48:38 +01:00

12 lines
338 B
C++

Add missing header for errno
--- Source/Core/VideoCommon/ImageWrite.cpp.orig 2016-12-01 14:49:37.182934391 +0000
+++ Source/Core/VideoCommon/ImageWrite.cpp 2016-12-01 14:51:32.373069616 +0000
@@ -2,6 +2,7 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
+#include <cerrno>
#include <list>
#include <string>