From 70f05c436243dd9ca862663f2c05bda86f49719c Mon Sep 17 00:00:00 2001
From: Thomas Schwinge <thomas@codesourcery.com>
Date: Thu, 7 Nov 2013 16:07:46 +0100
Subject: [PATCH] Add missing include.

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

From-SVN: r204518
---
 libgomp/ChangeLog   | 2 ++
 libgomp/libgomp_g.h | 1 +
 2 files changed, 3 insertions(+)

diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 507a589..081850c 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -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.
diff --git a/libgomp/libgomp_g.h b/libgomp/libgomp_g.h
index 32c4cf6..577956a 100644
--- a/libgomp/libgomp_g.h
+++ b/libgomp/libgomp_g.h
@@ -29,6 +29,7 @@
 #define LIBGOMP_G_H 1
 
 #include <stdbool.h>
+#include <stddef.h>
 
 /* barrier.c */
 
--
libgit2 0.26.0