mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-29 01:06: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
|