1
0
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:
John Marino 2013-10-02 22:56:34 +00:00
parent 109b9f3fdb
commit d05adc5aa7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329123

View 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>