summaryrefslogtreecommitdiffstats
path: root/sinksh
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-20 13:15:26 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-20 13:15:26 +0200
commit7eb39292de48dfb0973ae591744c5b81118b4999 (patch)
tree7c5af0fe43fabb63a218a6931def55d6ae5a1bc1 /sinksh
parent184c0ad6e133f88c09fed1d65718e722dbe709a1 (diff)
downloadsink-7eb39292de48dfb0973ae591744c5b81118b4999.tar.gz
sink-7eb39292de48dfb0973ae591744c5b81118b4999.zip
We need QtGlobal, otherwise we also don't have the define.
Diffstat (limited to 'sinksh')
-rw-r--r--sinksh/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sinksh/main.cpp b/sinksh/main.cpp
index 717d937..c1aea07 100644
--- a/sinksh/main.cpp
+++ b/sinksh/main.cpp
@@ -17,6 +17,7 @@
17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18 */ 18 */
19 19
20#include <QtGlobal> //For Q_OS_WIN
20#ifdef Q_OS_WIN 21#ifdef Q_OS_WIN
21#include <io.h> 22#include <io.h>
22#else 23#else