Fixed the included files into ntfsck.c (from Fedora)

edge.strict_endians
Jean-Pierre André 2011-07-05 12:17:11 +02:00
parent f510c5cdf4
commit 0289d1a6c3
1 changed files with 5 additions and 5 deletions

View File

@ -37,11 +37,11 @@
#include <fcntl.h>
#endif
#include <ntfs-3g/layout.h>
#include <ntfs-3g/bitmap.h>
#include <ntfs-3g/endians.h>
#include <ntfs-3g/bootsect.h>
#include <ntfs-3g/misc.h>
#include <layout.h>
#include <bitmap.h>
#include <endians.h>
#include <bootsect.h>
#include <misc.h>
#include "cluster.h"
#include "utils.h"