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

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
Laurent Vivier 2011-12-18 14:38:58 +01:00
parent 8a1be776ad
commit 6bced901e2
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>