diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2012-03-14 20:27:05 -0400 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2012-03-14 20:27:05 -0400 |
commit | 7f2902cd51ac3c4f7a094e479a4433bcf7f70cbd (patch) | |
tree | 4e5b610439bcb57e940447ba7020b5b2b59a195f | |
parent | 83f44eaf94939d126d6c4daf866c40a2778d561b (diff) |
Add #include <stdlib.h> to get_global_id_2d.c and loop.c
-rw-r--r-- | get_global_id_2d.c | 1 | ||||
-rw-r--r-- | loop.c | 1 |
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> @@ -1,4 +1,5 @@ #include <assert.h> +#include <stdlib.h> #include <stdio.h> #include <CL/cl.h> |