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
2 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue