summaryrefslogtreecommitdiff
path: root/libgomp/libgomp_g.h
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-11-07 16:07:46 +0100
committerThomas Schwinge <tschwinge@gcc.gnu.org>2013-11-07 16:07:46 +0100
commit70f05c436243dd9ca862663f2c05bda86f49719c (patch)
treeedc8c5f6cc344ad6d7849959391e38bb2b81508d /libgomp/libgomp_g.h
parentde14871c88330996f2aeec4f9331aee85b664bd7 (diff)
Add missing include.
libgomp/ * libgomp_g.h: Include <stddef.h> for size_t. From-SVN: r204518
Diffstat (limited to 'libgomp/libgomp_g.h')
-rw-r--r--libgomp/libgomp_g.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgomp/libgomp_g.h b/libgomp/libgomp_g.h
index 32c4cf61421..577956a50dc 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 */