Fix FTBFS caused by SunOS specific patches - see Issue #344.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 3285a47d5d)
r14.1.x
Slávek Banko 11 months ago
parent d984205f2e
commit 60f10cca06
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -34,6 +34,8 @@ from the copyright holder.
* display manager
*/
#include <tqglobal.h>
#include "dm.h"
#include "dm_auth.h"
#include "dm_error.h"
@ -55,8 +57,6 @@ from the copyright holder.
#include <pthread.h>
#endif /* pthread_setname_np() */
#include <tqglobal.h>
// Limited by the number of VTs configured into the kernel or 256, whichever is less
#define MAX_VT_NUMBER 48

@ -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"

Loading…
Cancel
Save