mirror of
https://github.com/tnn2/esp-idf-libssh.git
synced 2026-02-09 09:54:25 +09:00
add stubs of missing libc functions
This commit is contained in:
2
components/libssh/compat/poll.h
Normal file
2
components/libssh/compat/poll.h
Normal file
@@ -0,0 +1,2 @@
|
||||
/* esp-idf has <sys/poll.h> but not <poll.h> */
|
||||
#include <sys/poll.h>
|
||||
Reference in New Issue
Block a user