Add missing include.
authorThomas Schwinge <thomas@codesourcery.com>
Thu, 7 Nov 2013 15:07:46 +0000 (16:07 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Thu, 7 Nov 2013 15:07:46 +0000 (16:07 +0100)
libgomp/
* libgomp_g.h: Include <stddef.h> for size_t.

From-SVN: r204518

libgomp/ChangeLog
libgomp/libgomp_g.h

index 507a589..081850c 100644 (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.
index 32c4cf6..577956a 100644 (file)
@@ -29,6 +29,7 @@
 #define LIBGOMP_G_H 1
 
 #include <stdbool.h>
+#include <stddef.h>
 
 /* barrier.c */