1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 10:46:35 +01:00

Merge pull request #1463 from AMDmi3/patch-1

Fix platform check
This commit is contained in:
David Rosca 2014-09-26 22:52:29 +02:00
commit 135514379b

View File

@ -18,6 +18,8 @@
#ifndef PROCESSINFO_H #ifndef PROCESSINFO_H
#define PROCESSINFO_H #define PROCESSINFO_H
#include <QtGlobal>
#if defined(Q_OS_UNIX) && !defined(Q_OS_MAC) #if defined(Q_OS_UNIX) && !defined(Q_OS_MAC)
#include <sys/types.h> #include <sys/types.h>
#endif #endif