diff --git a/include/heim_threads.h b/include/heim_threads.h index c1ebbaca3..f337ac167 100644 --- a/include/heim_threads.h +++ b/include/heim_threads.h @@ -52,7 +52,7 @@ #else -#if defined(__clang__) || defined(__GNUC__) || defined(__SUNPRO_CC) +#if defined(__clang__) || defined(__GNUC__) || defined(__SUNPRO_C) #define HEIMDAL_THREAD_LOCAL __thread #else #error "thread-local attribute not defined for your compiler"