diff options
Diffstat (limited to 'emulators/aqemu')
-rw-r--r-- | emulators/aqemu/files/patch-System__Info.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/aqemu/files/patch-System__Info.cpp b/emulators/aqemu/files/patch-System__Info.cpp new file mode 100644 index 000000000000..1a63c9bb9b45 --- /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 <unistd.h> + #include <QSettings> + #include <QRegExp> + #include <QProcess> |