diff options
| author | Jim Meyering <meyering@redhat.com> | 2010-06-09 08:42:30 +0200 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2011-01-28 23:28:38 +0100 |
| commit | 5be9d091899bf203fd20d39f55c64fa8c2310b43 (patch) | |
| tree | 2724efcf14e39c126d563e4bf8129f8d20eca745 | |
| parent | copy.c: ensure proper alignment of fiemap buffer (diff) | |
| download | coreutils-5be9d091899bf203fd20d39f55c64fa8c2310b43.tar.gz coreutils-5be9d091899bf203fd20d39f55c64fa8c2310b43.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 { |
