diff --git a/src/thread.h b/src/thread.h index 358da60c..5c869889 100644 --- a/src/thread.h +++ b/src/thread.h @@ -49,7 +49,7 @@ #endif -#if !defined (_INC_PHREEQC_H) || 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