summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-06-09 08:42:30 +0200
committerJim Meyering <meyering@redhat.com>2011-01-30 20:44:11 +0100
commit6c81b97a58cacdb337e1957312196c86647e25f9 (patch)
treee88d369f3f63eff3ca541837cd798fda89bde23f
parenta40a8fe1e52a78dc9493cbcecc9a01e72f1a76d8 (diff)
downloadcoreutils-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.
-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
{