aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Villemoes <rv@rasmusvillemoes.dk>2020-10-02 13:27:19 +0000
committerOlivier Hainque <hainque@adacore.com>2020-10-16 16:14:52 +0000
commit0aeeda8fc2944e73b4bf50ee0da55f76baad3cf8 (patch)
tree41573dc8d5bed7e3ac51175c34daec1d994e01cd
parent21295f44f312ec80fca3b15c0748937b5fb36663 (diff)
downloadgcc-0aeeda8fc2944e73b4bf50ee0da55f76baad3cf8.zip
gcc-0aeeda8fc2944e73b4bf50ee0da55f76baad3cf8.tar.gz
gcc-0aeeda8fc2944e73b4bf50ee0da55f76baad3cf8.tar.bz2
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>.
-rw-r--r--libgcc/config/gthr-vxworks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgcc/config/gthr-vxworks.c b/libgcc/config/gthr-vxworks.c
index 9b47ec8..4e73108 100644
--- a/libgcc/config/gthr-vxworks.c
+++ b/libgcc/config/gthr-vxworks.c
@@ -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>