diff options
| author | Jim Meyering <meyering@redhat.com> | 2010-06-09 08:42:30 +0200 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2010-06-11 14:14:39 +0200 |
| commit | 20c1eeec11acd999aad8dfcb1919a86fab16f1a5 (patch) | |
| tree | 95e031bdad24c0061e759c0a2fc9d90ceb4ba6a7 | |
| parent | copy.c: ensure proper alignment of fiemap buffer (diff) | |
| download | coreutils-20c1eeec11acd999aad8dfcb1919a86fab16f1a5.tar.gz coreutils-20c1eeec11acd999aad8dfcb1919a86fab16f1a5.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 { |
