mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
emulators/aqemu: add <unistd.h> for modern compilers
Approved by: portmgr (bapt, implicit)
This commit is contained in:
parent
109b9f3fdb
commit
d05adc5aa7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329123
10
emulators/aqemu/files/patch-System__Info.cpp
Normal file
10
emulators/aqemu/files/patch-System__Info.cpp
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user