ws: add missing curl.h include

A conflict between commits 664249d095 and e5839f4ee7 broke the build.
This commit is contained in:
Marcel Raad 2022-09-12 10:11:56 +02:00
parent e5e9e0c5e4
commit a0ff4dba8b
No known key found for this signature in database
GPG Key ID: 33C416EFAE4D6F02

View File

@ -25,6 +25,7 @@
#ifdef USE_WEBSOCKETS
#include <curl/curl.h>
#include "urldata.h"
#include "dynbuf.h"
#include "rand.h"