diff options
Diffstat (limited to 'include/heim_threads.h')
| -rw-r--r-- | include/heim_threads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/heim_threads.h b/include/heim_threads.h index c1ebbaca30b4..f337ac1677ad 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" |
