diff options
| author | Jim Meyering <meyering@redhat.com> | 2010-06-09 08:42:30 +0200 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2011-01-22 12:16:43 +0100 |
| commit | f3264230583094a68acd9b1abf938f09548da2b9 (patch) | |
| tree | e3546844e8dd0ea2a2791622114b1483a61d8bee | |
| parent | copy.c: ensure proper alignment of fiemap buffer (diff) | |
| download | coreutils-f3264230583094a68acd9b1abf938f09548da2b9.tar.gz coreutils-f3264230583094a68acd9b1abf938f09548da2b9.zip | |
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.
| -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 { |
