f8ce2ee
Index: hxtools-20140325/sadmin/xfs_irecover.c
f8ce2ee
===================================================================
f8ce2ee
--- hxtools-20140325.orig/sadmin/xfs_irecover.c
f8ce2ee
+++ hxtools-20140325/sadmin/xfs_irecover.c
f8ce2ee
@@ -42,12 +42,7 @@
f8ce2ee
 #include <libHX/proc.h>
f8ce2ee
 #include <libHX/string.h>
f8ce2ee
 #include <arpa/inet.h>
f8ce2ee
-
f8ce2ee
-typedef int8_t __s8;
f8ce2ee
-typedef uint8_t __u8;
f8ce2ee
-typedef uint16_t __be16;
f8ce2ee
-typedef uint32_t __be32;
f8ce2ee
-typedef uint64_t __be64;
f8ce2ee
+#include <linux/types.h>
f8ce2ee
 
f8ce2ee
 struct work_info {
f8ce2ee
 	char *device;