Add missing #include <taskLib.h> in gthr-vxworks.c
This fixes an oversight and addresses a few build time warnings. 2020-10-15 Rasmus Villemoes <rv@rasmusvillemoes.dk> libgcc/ * config/gthr-vxworks.c: #include <taskLib.h>.
This commit is contained in:
parent
21295f44f3
commit
0aeeda8fc2
|
@ -33,6 +33,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
|||
#if defined(__GTHREADS)
|
||||
|
||||
#include <vxWorks.h>
|
||||
#include <taskLib.h>
|
||||
|
||||
#ifndef __RTP__
|
||||
# include <vxLib.h>
|
||||
|
|
Loading…
Reference in New Issue