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>
Sun, 30 Jan 2011 19:44:11 +0000 (20:44 +0100)
* src/fiemap.h: Include stdint.h, not linux/types.h,
now that this file uses only portable type names.

src/fiemap.h

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