mirror of
https://github.com/curl/curl.git
synced 2026-05-14 07:06:20 +03:00
ws: fix build without USE_WEBSOCKETS
The curl.h include is required unconditionally.
This commit is contained in:
parent
a0ff4dba8b
commit
7740530ced
1 changed files with 1 additions and 1 deletions
2
lib/ws.c
2
lib/ws.c
|
|
@ -22,10 +22,10 @@
|
|||
*
|
||||
***************************************************************************/
|
||||
#include "curl_setup.h"
|
||||
#include <curl/curl.h>
|
||||
|
||||
#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