Added missing #include <unistd.h>

This commit is contained in:
Michael Chisholm 2007-01-11 11:23:18 +00:00
parent f4cb675198
commit fc538f0164

View File

@ -36,9 +36,13 @@
2007-01-10 - Chishm
* fatInit now sets the correct path when setAsDefaultDevice
2007-01-11 - Chishm
* Added missing #include <unistd.h>
*/
#include <sys/iosupport.h>
#include <unistd.h>
#include "common.h"
#include "partition.h"