On Wed, Nov 06, 2013 at 08:42:15PM +0100, tho...@codesourcery.com wrote: > From: Thomas Schwinge <tho...@codesourcery.com> > > libgomp/ > * libgomp_g.h: Include <stddef.h> for size_t.
I'm surprised why it is needed, because libgomp.h that includes it includes stdlib.h that should provide size_t too. But, including this certainly doesn't hurt and makes the header more self-contained. So, ok for trunk/gomp-4_0-branch. Jakub