mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-22 23:00:11 +08:00
Add missing include.
libgomp/ * libgomp_g.h: Include <stddef.h> for size_t. From-SVN: r204518
This commit is contained in:
parent
de14871c88
commit
70f05c4362
@ -1,5 +1,7 @@
|
||||
2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
|
||||
|
||||
* libgomp_g.h: Include <stddef.h> for size_t.
|
||||
|
||||
* libgomp.spec.in: Update comment about libgomp's dependencies.
|
||||
* configure.ac: Likewise.
|
||||
* configure: Regenerate.
|
||||
|
@ -29,6 +29,7 @@
|
||||
#define LIBGOMP_G_H 1
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
|
||||
/* barrier.c */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user