From 5be9d091899bf203fd20d39f55c64fa8c2310b43 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 9 Jun 2010 08:42:30 +0200 Subject: [PATCH] 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(-) 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 { -- 2.47.2