mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
explicitly include pthread header in qthread_unix source file
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
f40931db29
commit
6e99f2d779
1 changed files with 2 additions and 2 deletions
|
@ -33,14 +33,14 @@
|
|||
|
||||
#include "qthread.h"
|
||||
|
||||
#include "qplatformdefs.h"
|
||||
#include "qcoreapplication_p.h"
|
||||
#include "qcoreapplication.h"
|
||||
#include "qthread_p.h"
|
||||
#include "qdebug.h"
|
||||
#include "qeventdispatcher_unix_p.h"
|
||||
|
||||
#include <sched.h>
|
||||
#include <errno.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#if defined(QT_HAVE_PRCTL)
|
||||
#include <sys/prctl.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue