Commit 70f05c43 by Thomas Schwinge Committed by Thomas Schwinge

Add missing include.

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

From-SVN: r204518
parent de14871c
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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment