mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
freertos: explicitly include semphr.h
Although it's already included in lws esp-idf freertos case, in some other freertos environments it's necessary to explicitly include the semaphore header.
This commit is contained in:
parent
dd3bae8c71
commit
98f63c6c8d
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ gai_strerror(int);
|
|||
#endif
|
||||
#include "timers.h"
|
||||
#include <esp_attr.h>
|
||||
#include <semphr.h>
|
||||
#else
|
||||
#include "freertos/timers.h"
|
||||
#include <esp_attr.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue