aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/librdkafka/fix_oauthbearer_check.patch
blob: e7afcc39674214c3b2b45138f620c6c8151f9870 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/rdkafka_conf.c b/src/rdkafka_conf.c
index 92f3cb5..c11cda9 100644
--- a/src/rdkafka_conf.c
+++ b/src/rdkafka_conf.c
@@ -56,7 +56,7 @@
 #include <windows.h>
 #endif
 
-#ifdef WITH_OAUTHBEARER_OIDC
+#if WITH_OAUTHBEARER_OIDC
 #include <curl/curl.h>
 #endif