From a0ff4dba8b7006713ee61f8df74eccc124a8c94e Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Mon, 12 Sep 2022 10:11:56 +0200 Subject: [PATCH] ws: add missing curl.h include A conflict between commits 664249d0952 and e5839f4ee70 broke the build. --- lib/ws.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ws.c b/lib/ws.c index 304805d166..1f354b370e 100644 --- a/lib/ws.c +++ b/lib/ws.c @@ -25,6 +25,7 @@ #ifdef USE_WEBSOCKETS +#include #include "urldata.h" #include "dynbuf.h" #include "rand.h" -- 2.47.3