ntfsck.c: Adapted includes to libntfs-3g.

edge.strict_endians
Erik Larsson 2010-12-02 07:32:25 +01:00
parent 713fbb390e
commit 844d3213a9
1 changed files with 5 additions and 4 deletions

View File

@ -37,12 +37,13 @@
#include <fcntl.h>
#endif
#include "layout.h"
#include <ntfs-3g/layout.h>
#include <ntfs-3g/bitmap.h>
#include <ntfs-3g/endians.h>
#include <ntfs-3g/bootsect.h>
#include "cluster.h"
#include "bitmap.h"
#include "utils.h"
#include "endians.h"
#include "bootsect.h"
#define RETURN_FS_ERRORS_CORRECTED (1)
#define RETURN_SYSTEM_NEEDS_REBOOT (2)