From 6d75b307ba695a50b524d26b652f8575302358b2 Mon Sep 17 00:00:00 2001 From: marino Date: Wed, 2 Oct 2013 22:56:34 +0000 Subject: emulators/aqemu: add for modern compilers Approved by: portmgr (bapt, implicit) --- emulators/aqemu/files/patch-System__Info.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 emulators/aqemu/files/patch-System__Info.cpp (limited to 'emulators') diff --git a/emulators/aqemu/files/patch-System__Info.cpp b/emulators/aqemu/files/patch-System__Info.cpp new file mode 100644 index 00000000000..1a63c9bb9b4 --- /dev/null +++ b/emulators/aqemu/files/patch-System__Info.cpp @@ -0,0 +1,10 @@ +--- System_Info.cpp.orig 2010-12-09 15:59:16.000000000 +0000 ++++ System_Info.cpp +@@ -20,6 +20,7 @@ + ** + ****************************************************************************/ + ++#include + #include + #include + #include -- cgit