diff --git a/thread.h b/thread.h index 5c869889..6a2456c7 100644 --- a/thread.h +++ b/thread.h @@ -49,7 +49,7 @@ #endif -#if !defined (_INC_PHREEQC_H) || defined (PHREEQC) || defined (PHREEQC_PARALLEL) +#if !defined (_INC_PHREEQC_H) || defined (PHREEQC) || defined (PHREEQC_PARALLEL) mutex_t map_lock = MUTEX_INITIALIZER; mutex_t qsort_lock = MUTEX_INITIALIZER; #else