From: Jim Meyering Date: Wed, 9 Jun 2010 06:42:30 +0000 (+0200) Subject: fiemap.h: include , not X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5be9d091899bf203fd20d39f55c64fa8c2310b43;p=thirdparty%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 d33293b5c3..c5d8424b3b 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 {