summaryrefslogtreecommitdiffstats
path: root/tdm/backend/getfd.c
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2023-05-23 09:20:31 +0200
committerSlávek Banko <[email protected]>2023-05-23 10:00:03 +0200
commit60f10cca06201053402a2af678ac59387db4b61e (patch)
treecc406c628587222f8bc3b6bfc3285514eb605160 /tdm/backend/getfd.c
parentd984205f2e2e53941bce2efb99252feb6a4c046e (diff)
downloadtdebase-60f10cca06201053402a2af678ac59387db4b61e.tar.gz
tdebase-60f10cca06201053402a2af678ac59387db4b61e.zip
Fix FTBFS caused by SunOS specific patches - see Issue #344.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 3285a47d5dc3ffecabe49aaa11877f1abe71df44)
Diffstat (limited to 'tdm/backend/getfd.c')
-rw-r--r--tdm/backend/getfd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tdm/backend/getfd.c b/tdm/backend/getfd.c
index 070ddd0cd..6dea4f56c 100644
--- a/tdm/backend/getfd.c
+++ b/tdm/backend/getfd.c
@@ -1,3 +1,5 @@
+#include <tqglobal.h>
+
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
@@ -7,7 +9,6 @@
#ifdef Q_OS_LINUX
#include <linux/kd.h>
#endif
-#include <tqglobal.h>
#include "getfd.h"