freebsd-ports/emulators/visualboyadvance-m/files/patch-src_common_ConfigManager.cpp
Kurt Jaeger 271cb25988 emulators/visualboyadvance-m: 1.8.0 -> 2.0.0b2
- patted portlint
- patches are now makepatch compliant

PR:		210058
Changes:	http://vba-m.com/forum/showthread.php?tid=1037&pid=6091#pid6091
		http://vba-m.com/forum/showthread.php?tid=1036&pid=6090#pid6090
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Reviewed by:	pawel
Approved by:	Allison N. Reid <root@cooltrainer.org> (maintainer)
2016-08-13 15:31:43 +00:00

10 lines
266 B
C++

--- src/common/ConfigManager.cpp.orig 2016-08-13 15:20:47 UTC
+++ src/common/ConfigManager.cpp
@@ -10,6 +10,7 @@ extern "C" {
#include <sys/types.h>
#include <sys/stat.h>
#include <cmath>
+#include <unistd.h>
#include "../AutoBuild.h"
#include "../version.h"