Skip to content

Commit 34b6597

Browse files
authored
[Build] Multiple CURL packages leads to invalid build (#1738) (#1739)
1 parent b8b715f commit 34b6597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/include/opentelemetry/ext/http/client/curl/http_operation_curl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# include <poll.h>
2121
# include <unistd.h>
2222
#endif
23-
#include <curl/curl.h>
23+
#include "curl/curl.h"
2424

2525
OPENTELEMETRY_BEGIN_NAMESPACE
2626
namespace ext

0 commit comments

Comments
 (0)