Merge pull request #313 from oliverschmidt/master

unistd.h doesn't seem to be necessary but breaks the MS VC build.
This commit is contained in:
Oliver Schmidt
2013-07-30 15:03:30 -07:00

View File

@@ -37,7 +37,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
static FILE *eeprom_file;