From: Jim Meyering Date: Wed, 9 Jun 2010 06:42:30 +0000 (+0200) Subject: fiemap.h: include , not X-Git-Tag: v8.10~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6c81b97a58cacdb337e1957312196c86647e25f9;p=platform%2Fupstream%2Fcoreutils.git fiemap.h: include , not * src/fiemap.h: Include stdint.h, not linux/types.h, now that this file uses only portable type names. --- diff --git a/src/fiemap.h b/src/fiemap.h index d33293b..c5d8424 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 {