diff --git a/include/hamlib/rig.h b/include/hamlib/rig.h index 458ef51d2..88240f535 100644 --- a/include/hamlib/rig.h +++ b/include/hamlib/rig.h @@ -137,7 +137,7 @@ typedef struct int head; int tail; int flush; // flush flag for stop_morse -#if _PTHREAD_H +#ifdef _PTHREAD_H pthread_mutex_t mutex; #else int mutex;