From: Kwok Cheung Yeung Date: Thu, 30 May 2019 18:58:05 +0000 (-0700) Subject: Fix missing gstdint.h error X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37d05bf5f72ccb2c71745ef48063c6ec02265135;p=thirdparty%2Fgcc.git Fix missing gstdint.h error libgomp/ * libgomp_g.h: Include stdint.h instead of gstdint.h. (cherry picked from openacc-gcc-9-branch commit 9ff104a9f24e99fd137b75bb4e9bf03687ff1cab) --- diff --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp index 0436191ce289..88d432b97755 100644 --- a/libgomp/ChangeLog.omp +++ b/libgomp/ChangeLog.omp @@ -1,3 +1,7 @@ +2019-05-30 Kwok Cheung Yeung + + * libgomp_g.h: Include stdint.h instead of gstdint.h. + 2019-05-20 Julian Brown * testsuite/libgomp.oacc-c-c++-common/kernels-decompose-1.c: Expect diff --git a/libgomp/libgomp_g.h b/libgomp/libgomp_g.h index c3173417bd90..410c6f4e14af 100644 --- a/libgomp/libgomp_g.h +++ b/libgomp/libgomp_g.h @@ -31,7 +31,7 @@ #include #include -#include "gstdint.h" +#include /* barrier.c */