pic16bit: Add basic unistd.h file since it's not provided by tool chain.

This commit is contained in:
Damien George 2015-09-15 16:24:13 +01:00
parent 8b4fb4fe14
commit 0d6b2341b8
1 changed files with 3 additions and 0 deletions

3
pic16bit/unistd.h Normal file
View File

@ -0,0 +1,3 @@
// XC16 compiler doesn't seem to have unistd.h file
#define SEEK_CUR 1