diff options
Diffstat (limited to 'tdm/backend/getfd.c')
-rw-r--r-- | tdm/backend/getfd.c | 3 |
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" |