mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
af6e3d306f
Submitted by: Le Baron d'Merde <lbdm@privacychain.ch> Differential Revision: https://reviews.freebsd.org/D13704
11 lines
264 B
C++
11 lines
264 B
C++
--- src/System_Info.cpp.orig 2017-12-31 00:45:58 UTC
|
|
+++ src/System_Info.cpp
|
|
@@ -21,6 +21,7 @@
|
|
**
|
|
****************************************************************************/
|
|
|
|
+#include <unistd.h>
|
|
#include <QSettings>
|
|
#include <QRegExp>
|
|
#include <QProcess>
|