diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2012-03-16 12:36:32 -0400 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2012-03-16 12:36:32 -0400 |
commit | 2327d7372e8583f3349a50a78811d77b41c0037c (patch) | |
tree | 6ed7db2255a19f8eb5e8720ec9efa2f9331d9989 /loop.c | |
parent | 28852a587dc40a54ce32a63ec1a134e4ca4a57b8 (diff) |
Rename util.* to cl_util.*
Diffstat (limited to 'loop.c')
-rw-r--r-- | loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ #include <CL/cl.h> #include "cl_simple.h" -#include "util.h" +#include "cl_util.h" int main (int argc, char ** argv) { |