From: Rasmus Villemoes Date: Fri, 2 Oct 2020 13:27:19 +0000 (+0000) Subject: Add missing #include in gthr-vxworks.c X-Git-Tag: basepoints/gcc-12~4246 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0aeeda8fc2944e73b4bf50ee0da55f76baad3cf8;p=thirdparty%2Fgcc.git Add missing #include in gthr-vxworks.c This fixes an oversight and addresses a few build time warnings. 2020-10-15 Rasmus Villemoes libgcc/ * config/gthr-vxworks.c: #include . --- diff --git a/libgcc/config/gthr-vxworks.c b/libgcc/config/gthr-vxworks.c index 9b47ec8e9e99..4e73108d9073 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 +#include #ifndef __RTP__ # include