mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-16 19:38:56 +00:00
8 lines
111 B
C
8 lines
111 B
C
#ifndef LWIP_UNISTD_H
|
|
#define LWIP_UNISTD_H
|
|
|
|
/* include io.h for read() and write() */
|
|
#include <io.h>
|
|
|
|
#endif
|