Fix compilation on FreeBSD. (Christophe)
parent
49fd93718c
commit
63982b15fd
|
@ -122,6 +122,7 @@
|
|||
copes with this and even chkdsk does not detect or fix this so we
|
||||
have to cope with it, too. Thanks to a Pawel for reporting the
|
||||
problem. (Anton)
|
||||
- Fix compilation on FreeBSD. (Christophe)
|
||||
|
||||
10/10/2005 - 1.12.1 - Minor fix to location of mount.ntfs-fuse and mkfs.ntfs.
|
||||
|
||||
|
|
|
@ -50,6 +50,9 @@
|
|||
#ifdef HAVE_SYS_IOCTL_H
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_PARAM_H
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_MOUNT_H
|
||||
#include <sys/mount.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue