summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--[-rwxr-xr-x]libntfs-3g/attrib.c1
-rw-r--r--[-rwxr-xr-x]libntfs-3g/bootsect.c1
-rw-r--r--[-rwxr-xr-x]libntfs-3g/dir.c1
-rw-r--r--[-rwxr-xr-x]libntfs-3g/logfile.c1
-rw-r--r--[-rwxr-xr-x]libntfs-3g/mft.c1
-rw-r--r--[-rwxr-xr-x]libntfs-3g/volume.c3
-rw-r--r--[-rwxr-xr-x]ntfsprogs/mkntfs.c1
7 files changed, 9 insertions, 0 deletions
diff --git a/libntfs-3g/volume.c b/libntfs-3g/volume.c
index edd7697..64025f9 100755..100644
--- a/libntfs-3g/volume.c
+++ b/libntfs-3g/volume.c
@@ -58,6 +58,7 @@
#include <sys/mnttab.h>
#endif
+#include <strings.h>
#include "param.h"
#include "compat.h"
#include "volume.h"
@@ -75,6 +76,8 @@
#include "realpath.h"
#include "misc.h"
+extern char *hasmntopt(const struct mntent *mnt, const char *opt);
+
const char *ntfs_home =
"News, support and information: http://tuxera.com\n";