include linux/fs.h before linux/ext2_fs.h

Signed-off-by: Laurent Vivier <Laurent.Vivier@bull.net>
This commit is contained in:
Laurent Vivier 2010-03-19 15:23:21 +01:00
parent 8184d4846f
commit 539b51ee68
3 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#define __EXT2_H__
#include <unistd.h>
#include <linux/fs.h>
#include <linux/ext2_fs.h>
#include <libstream.h>

View File

@ -7,6 +7,7 @@
#ifndef __EXT2_UTILS_H__
#define __EXT2_UTILS_H__
#include <linux/fs.h>
#include <linux/ext2_fs.h>
#include <libstream.h>
#include "ext2.h"

View File

@ -15,6 +15,7 @@
#include <fcntl.h>
#include <linux/fs.h>
#include <linux/ext2_fs.h>
#include <libext2.h>