ntfsclone.c: Compile fix for OS X.
OS X keeps the statfs declarations in sys/mount.h.edge.strict_endians
parent
3f5d881a70
commit
82bb43eed3
|
@ -61,6 +61,9 @@
|
|||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_MOUNT_H
|
||||
#include <sys/mount.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* FIXME: ntfsclone do bad things about endians handling. Fix it and remove
|
||||
|
|
Loading…
Reference in New Issue