diff options
| author | hpa <hpa> | 2005-01-12 09:56:49 +0000 |
|---|---|---|
| committer | hpa <hpa> | 2005-01-12 09:56:49 +0000 |
| commit | ed930458b2e84f3976f41739bfa3cbf1b9d1e448 (patch) | |
| tree | 18f2dd8f76809b2e8bb39605fc4f27a4d67ed74a /extlinux/extlinux.c | |
| parent | b6b24ac0d0dafd5b1e55cd8c90398a41d5783ef9 (diff) | |
| download | syslinux-3.07.tar.gz | |
Private copy of <linux/ext2_fs.h>syslinux-3.07
Diffstat (limited to 'extlinux/extlinux.c')
| -rw-r--r-- | extlinux/extlinux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extlinux/extlinux.c b/extlinux/extlinux.c index ad1ac6d6..05f6cf3c 100644 --- a/extlinux/extlinux.c +++ b/extlinux/extlinux.c @@ -36,11 +36,11 @@ typedef uint64_t u64; #include <sys/types.h> #include <sys/mount.h> -#include <linux/ext2_fs.h> #include <linux/fd.h> /* Floppy geometry */ #include <linux/hdreg.h> /* Hard disk geometry */ #include <linux/fs.h> /* FIGETBSZ, FIBMAP */ +#include "ext2_fs.h" #include "../version.h" #ifdef DEBUG |
