aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/cl-impl-20.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/config/cl-impl-20.cfg')
-rw-r--r--make/config/cl-impl-20.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/config/cl-impl-20.cfg b/make/config/cl-impl-20.cfg
index 380e1de..d446da1 100644
--- a/make/config/cl-impl-20.cfg
+++ b/make/config/cl-impl-20.cfg
@@ -68,11 +68,11 @@ Ignore clGetExtensionFunctionAddress
ForceProcAddressGen clGetExtensionFunctionAddress
#append to generated c files
+CustomCCode #include <inttypes.h>
+CustomCCode #include <GL/glcorearb.h>
CustomCCode #include <CL/cl.h>
CustomCCode #include <CL/cl_ext.h>
CustomCCode #include <CL/cl_gl.h>
-CustomCCode #include <GL/glcorearb.h>
-CustomCCode #include <inttypes.h>
# implement manually via custom code
Ignore clCreateContext