Add missing include.

libgomp/
	* libgomp_g.h: Include <stddef.h> for size_t.

From-SVN: r204518
This commit is contained in:
Thomas Schwinge 2013-11-07 16:07:46 +01:00 committed by Thomas Schwinge
parent de14871c88
commit 70f05c4362
2 changed files with 3 additions and 0 deletions

View File

@ -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.

View File

@ -29,6 +29,7 @@
#define LIBGOMP_G_H 1
#include <stdbool.h>
#include <stddef.h>
/* barrier.c */