diff options
Diffstat (limited to 'lib/mqtt.h')
-rw-r--r-- | lib/mqtt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mqtt.h b/lib/mqtt.h index 37463d58a..37c044135 100644 --- a/lib/mqtt.h +++ b/lib/mqtt.h @@ -22,7 +22,7 @@ * ***************************************************************************/ -#ifdef CURL_ENABLE_MQTT +#ifndef CURL_DISABLE_MQTT extern const struct Curl_handler Curl_handler_mqtt; #endif |