From 0d6b2341b8f8e2723d1856ea129b8116e294ff3f Mon Sep 17 00:00:00 2001
From: Damien George <damien.p.george@gmail.com>
Date: Tue, 15 Sep 2015 16:24:13 +0100
Subject: [PATCH] pic16bit: Add basic unistd.h file since it's not provided by
 tool chain.

---
 pic16bit/unistd.h | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 pic16bit/unistd.h

diff --git a/pic16bit/unistd.h b/pic16bit/unistd.h
new file mode 100644
index 000000000..5ed9cb410
--- /dev/null
+++ b/pic16bit/unistd.h
@@ -0,0 +1,3 @@
+// XC16 compiler doesn't seem to have unistd.h file
+
+#define SEEK_CUR 1
-- 
GitLab