From 2d33a52d8562145e5c069752cd8e54dbddf4e73d Mon Sep 17 00:00:00 2001
From: Oliver Bock <oliver.bock@aei.mpg.de>
Date: Mon, 7 Mar 2011 13:52:28 +0100
Subject: [PATCH] Don't mess with linkage of others

---
 include/clFFT.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/clFFT.h b/include/clFFT.h
index d7bfd36..4476635 100644
--- a/include/clFFT.h
+++ b/include/clFFT.h
@@ -1,15 +1,15 @@
 #ifndef __CLFFT_H 
 #define __CLFFT_H 
-  
-#ifdef __cplusplus 
-extern "C" { 
-#endif 
 
 #ifdef __APPLE__  
 	#include <OpenCL/cl.h> 
 #else
 	#include <CL/cl.h> 
 #endif
+  
+#ifdef __cplusplus 
+extern "C" { 
+#endif 
 
 #include <stdio.h> 
   
-- 
GitLab