From 6c81b97a58cacdb337e1957312196c86647e25f9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 9 Jun 2010 08:42:30 +0200 Subject: fiemap.h: include , not * src/fiemap.h: Include stdint.h, not linux/types.h, now that this file uses only portable type names. --- src/fiemap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/fiemap.h b/src/fiemap.h index d33293b5c..c5d8424b3 100644 --- a/src/fiemap.h +++ b/src/fiemap.h @@ -9,7 +9,7 @@ #ifndef _LINUX_FIEMAP_H # define _LINUX_FIEMAP_H -# include +# include struct fiemap_extent { -- cgit v1.2.3-70-g09d2