Skip to content

Commit 09315bd

Browse files
committed
Fix compilation with WITH_OAUTHBEARER_OIDC=0
1 parent e1db7ea commit 09315bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rdkafka_conf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
#include <windows.h>
5757
#endif
5858

59-
#ifdef WITH_OAUTHBEARER_OIDC
59+
#if WITH_OAUTHBEARER_OIDC
6060
#include <curl/curl.h>
6161
#endif
6262

0 commit comments

Comments
 (0)