summaryrefslogtreecommitdiff
path: root/core/fs/fat
diff options
context:
space:
mode:
authorLiu Aleaxander <Aleaxander@gmail.com>2009-08-28 18:56:00 +0800
committerLiu Aleaxander <Aleaxander@gmail.com>2009-08-28 18:56:00 +0800
commitad49e6d67851b450a8b2b30f8d8042af2082d9ba (patch)
tree19b09278fc9259837071b989b29beb4dbede5004 /core/fs/fat
parentc29a8049d462815774bbce8f80a8471a985bafcd (diff)
downloadsyslinux-ad49e6d67851b450a8b2b30f8d8042af2082d9ba.tar.gz
Core: vfs-dir stuff cleaned
Removes the core/include/dir.h, and put the dir structures to sys/dirent.h to avoid the compile error. Signed-off-by: Liu Aleaxander <Aleaxander@gmail.com>
Diffstat (limited to 'core/fs/fat')
-rw-r--r--core/fs/fat/fat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fs/fat/fat.c b/core/fs/fat/fat.c
index a2540420..3efba4c5 100644
--- a/core/fs/fat/fat.c
+++ b/core/fs/fat/fat.c
@@ -1,10 +1,10 @@
#include <stdio.h>
#include <string.h>
+#include <sys/dirent.h>
#include <cache.h>
#include <core.h>
#include <disk.h>
#include <fs.h>
-#include <dir.h>
#include "fat_fs.h"
#define ROOT_DIR_WORD 0x002f