parent
4a763bc970
commit
953ac4ff86
|
@ -25,6 +25,8 @@
|
|||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "compat.h"
|
||||
|
||||
#include "attrib.h"
|
||||
#include "disk_io.h"
|
||||
#include "mft.h"
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "compat.h"
|
||||
|
||||
#include "types.h"
|
||||
#include "inode.h"
|
||||
#include "debug.h"
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "compat.h"
|
||||
|
||||
#include "types.h"
|
||||
#include "disk_io.h"
|
||||
#include "debug.h"
|
||||
|
|
Loading…
Reference in New Issue