diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-24 21:06:07 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-24 21:06:07 +0000 |
commit | 01473a49825d174b3e9a184e9da5c5ca009077e7 (patch) | |
tree | b1f983ccd54946db3e0d1ad612bca07291019215 /libgomp/libgomp.h | |
parent | 4e46d04d518f2d6616dde51bc23c1cfefd014750 (diff) | |
download | gcc-01473a49825d174b3e9a184e9da5c5ca009077e7.tar.gz |
PR libgomp/25259
* configure.ac: Use GCC_HEADER_STDINT.
* libgomp.h: Include gstdint.h.
* libgomp_f.h.in: Don't include stdint.h or inttypes.h.
* configure, Makefile.in, testsuite/Makefile.in, aclocal.m4: Rebuild.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110179 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/libgomp.h')
-rw-r--r-- | libgomp/libgomp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgomp/libgomp.h b/libgomp/libgomp.h index dd1e494bfd0..927dea5b6b7 100644 --- a/libgomp/libgomp.h +++ b/libgomp/libgomp.h @@ -38,6 +38,7 @@ #define LIBGOMP_H 1 #include "config.h" +#include "gstdint.h" #include <pthread.h> #include <stdbool.h> |