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/mft.c b/libntfs-3g/mft.c
index 0640efe..061da1a 100755..100644
--- a/libntfs-3g/mft.c
+++ b/libntfs-3g/mft.c
@@ -43,6 +43,7 @@
#endif
#include <time.h>
+#include <strings.h>
#include "compat.h"
#include "types.h"
#include "device.h"