Use time.h related includes from qfunctions_vxworks.h file.
In VxWorks qfunctions_vxworks.h file includes correct time related headers and it is included already at file qplatformdefs.h for all mkspecs targets. Change-Id: I8677eef8c79cebb445d89203284f3af27abbdd7f Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>bb10
parent
2aaffe1800
commit
2d2da44f63
|
|
@ -61,9 +61,7 @@
|
|||
#include "QtCore/qvarlengtharray.h"
|
||||
#include "private/qtimerinfo_unix_p.h"
|
||||
|
||||
#if defined(Q_OS_VXWORKS)
|
||||
# include <sys/times.h>
|
||||
#else
|
||||
#if !defined(Q_OS_VXWORKS)
|
||||
# include <sys/time.h>
|
||||
# if (!defined(Q_OS_HPUX) || defined(__ia64)) && !defined(Q_OS_NACL)
|
||||
# include <sys/select.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue