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/ntfsprogs/mkntfs.c b/ntfsprogs/mkntfs.c
index 506b540..bf9936c 100755..100644
--- a/ntfsprogs/mkntfs.c
+++ b/ntfsprogs/mkntfs.c
@@ -72,6 +72,7 @@
#include <uuid/uuid.h>
#endif
+#include <strings.h>
#ifdef HAVE_GETOPT_H
#include <getopt.h>