Fix compilation on FreeBSD. (Christophe)

edge.strict_endians
antona 2006-02-24 15:49:59 +00:00
parent 49fd93718c
commit 63982b15fd
2 changed files with 4 additions and 0 deletions

View File

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

View File

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