]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ws: add missing curl.h include
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Mon, 12 Sep 2022 08:11:56 +0000 (10:11 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Mon, 12 Sep 2022 08:12:32 +0000 (10:12 +0200)
A conflict between commits 664249d0952 and e5839f4ee70 broke the build.

lib/ws.c

index 304805d166b246167082d604eb457cd3145515f0..1f354b370e968179ed96ab9a524c4721a30972ab 100644 (file)
--- a/lib/ws.c
+++ b/lib/ws.c
@@ -25,6 +25,7 @@
 
 #ifdef USE_WEBSOCKETS
 
+#include <curl/curl.h>
 #include "urldata.h"
 #include "dynbuf.h"
 #include "rand.h"