mirror of
https://github.com/curl/curl.git
synced 2026-06-06 15:34:15 +03:00
ws: add missing curl.h include
A conflict between commits664249d095ande5839f4ee7broke the build.
This commit is contained in:
parent
e5e9e0c5e4
commit
a0ff4dba8b
1 changed files with 1 additions and 0 deletions
1
lib/ws.c
1
lib/ws.c
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#ifdef USE_WEBSOCKETS
|
||||
|
||||
#include <curl/curl.h>
|
||||
#include "urldata.h"
|
||||
#include "dynbuf.h"
|
||||
#include "rand.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue