--- iproute2-2.6.24-rc7/include/linux/types.h	2008-01-08 17:59:32.000000000 +0100
+++ src/include/linux/types.h	2011-12-19 16:18:02.240171412 +0100
@@ -134,6 +135,10 @@
 
 #endif /* __KERNEL_STRICT_NAMES */
 
+#define __aligned_u64 __u64 __attribute__((aligned(8)))
+#define __aligned_be64 __be64 __attribute__((aligned(8)))
+#define __aligned_le64 __le64 __attribute__((aligned(8)))
+
 /*
  * Below are truly Linux-specific types that should never collide with
  * any application/library that wants linux/types.h.
