aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-06-09 08:42:30 +0200
committerJim Meyering <meyering@redhat.com>2010-06-11 14:14:39 +0200
commit20c1eeec11acd999aad8dfcb1919a86fab16f1a5 (patch)
tree95e031bdad24c0061e759c0a2fc9d90ceb4ba6a7
parentcopy.c: ensure proper alignment of fiemap buffer (diff)
downloadcoreutils-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.h2
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
{