Skip to content

Commit ea048cc

Browse files
committed
fix: not compiling against curl 8.16.0
Including curl/multi.h now requires including curl/curl.h before. This is alreay fixed by curl_prelude.h, so just include that instead of manually including curl multi.
1 parent 5a07b4b commit ea048cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/event.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef EVENT_H
22
#define EVENT_H
33

4-
#include <curl/multi.h>
4+
#include "curl_prelude.h"
55

66
#include "core.h"
77

0 commit comments

Comments
 (0)