]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
fiemap.h: include <stdint.h>, not <linux/types.h>
authorJim Meyering <meyering@redhat.com>
Wed, 9 Jun 2010 06:42:30 +0000 (08:42 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 11 Jun 2010 12:14:39 +0000 (14:14 +0200)
* src/fiemap.h: Include stdint.h, not linux/types.h,
now that this file uses only portable type names.

src/fiemap.h

index d33293b5c3e0fa13ece14cf6879b6e7a4102b469..c5d8424b3b4dd7d89e7f43bfbe6f982eb6deecea 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef _LINUX_FIEMAP_H
 # define _LINUX_FIEMAP_H
 
-# include <linux/types.h>
+# include <stdint.h>
 
 struct fiemap_extent
 {