mirror of
https://github.com/ep00ch/lwip-contrib-mac.git
synced 2024-11-06 04:05:03 +00:00
8 lines
109 B
C
8 lines
109 B
C
|
#ifndef __UNISTD_H__
|
||
|
#define __UNISTD_H__
|
||
|
|
||
|
/* include io.h for read() and write() */
|
||
|
#include <io.h>
|
||
|
|
||
|
#endif
|