ntfsclone.c: Compile fix for OS X.

OS X keeps the statfs declarations in sys/mount.h.
edge.strict_endians
Erik Larsson 2015-03-13 08:59:20 +01:00
parent 3f5d881a70
commit 82bb43eed3
1 changed files with 3 additions and 0 deletions

View File

@ -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