mirror of
https://github.com/wiiu-env/libfat.git
synced 2024-11-26 03:44:15 +01:00
Added missing #include <unistd.h>
This commit is contained in:
parent
f4cb675198
commit
fc538f0164
@ -36,9 +36,13 @@
|
|||||||
|
|
||||||
2007-01-10 - Chishm
|
2007-01-10 - Chishm
|
||||||
* fatInit now sets the correct path when setAsDefaultDevice
|
* fatInit now sets the correct path when setAsDefaultDevice
|
||||||
|
|
||||||
|
2007-01-11 - Chishm
|
||||||
|
* Added missing #include <unistd.h>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/iosupport.h>
|
#include <sys/iosupport.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "partition.h"
|
#include "partition.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user