Skip to content

Commit bc0cf96

Browse files
author
Espressif Systems
committed
fix websocket_demo compile issue;
1 parent 5164a74 commit bc0cf96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/websocket_demo/websocket/websocket.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* [email protected] - http://www.aspl.es/nopoll
3838
*/
3939
#include <nopoll/nopoll.h>
40-
#include "ssl_compat.h"
40+
#include "ssl_compat-1.0.h"
4141
#include "esp_common.h"
4242
#include "freertos/FreeRTOS.h"
4343
#include "freertos/task.h"

0 commit comments

Comments
 (0)