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/bootsect.c b/libntfs-3g/bootsect.c
index e9be072..1fa2c79 100755..100644
--- a/libntfs-3g/bootsect.c
+++ b/libntfs-3g/bootsect.c
@@ -38,6 +38,7 @@
#include <errno.h>
#endif
+#include <strings.h>
#include "compat.h"
#include "bootsect.h"
#include "debug.h"