summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2012-03-14 20:27:05 -0400
committerTom Stellard <thomas.stellard@amd.com>2012-03-14 20:27:05 -0400
commit7f2902cd51ac3c4f7a094e479a4433bcf7f70cbd (patch)
tree4e5b610439bcb57e940447ba7020b5b2b59a195f
parent83f44eaf94939d126d6c4daf866c40a2778d561b (diff)
Add #include <stdlib.h> to get_global_id_2d.c and loop.c
-rw-r--r--get_global_id_2d.c1
-rw-r--r--loop.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/get_global_id_2d.c b/get_global_id_2d.c
index f127d3a..f256b71 100644
--- a/get_global_id_2d.c
+++ b/get_global_id_2d.c
@@ -1,4 +1,5 @@
#include <assert.h>
+#include <stdlib.h>
#include <stdio.h>
#include <CL/cl.h>
diff --git a/loop.c b/loop.c
index b7e5fa7..6c60d6b 100644
--- a/loop.c
+++ b/loop.c
@@ -1,4 +1,5 @@
#include <assert.h>
+#include <stdlib.h>
#include <stdio.h>
#include <CL/cl.h>