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:
Rasmus Villemoes 2020-10-02 13:27:19 +00:00 committed by Olivier Hainque
parent 21295f44f3
commit 0aeeda8fc2
1 changed files with 1 additions and 0 deletions

View File

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