From 116c3f119b3f69097e85e94c5b27d29e2029e500 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Wed, 31 Jul 2013 00:02:29 +0200
Subject: [PATCH] unistd.h doesn't seem to be necessary but breaks the MS VC
build.
---
cpu/native/dev/eeprom.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/cpu/native/dev/eeprom.c b/cpu/native/dev/eeprom.c
index 48e28e144..17e4efa1b 100644
--- a/cpu/native/dev/eeprom.c
+++ b/cpu/native/dev/eeprom.c
@@ -37,7 +37,6 @@
#include
#include
-#include
static FILE *eeprom_file;