fix missing logging.h include

master
szaka 2008-06-29 23:45:34 +00:00
parent f4b5e8fb92
commit cea1c5c7e8
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include "volume.h"
#include "inode.h"
#include "layout.h"
#include "logging.h"
extern int ntfs_mft_records_read(const ntfs_volume *vol, const MFT_REF mref,
const s64 count, MFT_RECORD *b);