philsmd / sharpfin

Sharpfin: update, patch, modify the firmware of your internet radio
GNU General Public License v3.0
18 stars 11 forks source link

Also Windows needs to indlude the unistd header #5

Closed philsmd closed 12 years ago

philsmd commented 12 years ago

Under Cygwin (I tested it also under mingw) we need to include also the unistd header file to use functions such as read() write() etc... Otherwise the compilation does NOT work. The header file should be available on both win (w/ cygwin/mingw) and linux