diff options
author | Jim Meyering <meyering@redhat.com> | 2010-06-09 08:42:30 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-01-30 20:44:11 +0100 |
commit | 6c81b97a58cacdb337e1957312196c86647e25f9 (patch) | |
tree | e88d369f3f63eff3ca541837cd798fda89bde23f /src | |
parent | a40a8fe1e52a78dc9493cbcecc9a01e72f1a76d8 (diff) | |
download | coreutils-6c81b97a58cacdb337e1957312196c86647e25f9.tar.xz |
fiemap.h: include <stdint.h>, not <linux/types.h>
* src/fiemap.h: Include stdint.h, not linux/types.h,
now that this file uses only portable type names.
Diffstat (limited to 'src')
-rw-r--r-- | src/fiemap.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <linux/types.h> +# include <stdint.h> struct fiemap_extent { |