summaryrefslogtreecommitdiffstats
path: root/include/libnfnetlink/libnfnetlink.h
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>2005-09-24 21:09:20 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>2005-09-24 21:09:20 +0000
commit8b7299d6d02e003ae36eb5fb4531965ef202d5b9 (patch)
treed225357ed47a8c6ccabaa45ce3973404019192f4 /include/libnfnetlink/libnfnetlink.h
parent81a2c7845797e2bf5882349cb1db96bd2e427600 (diff)
defined aligned_u64
Diffstat (limited to 'include/libnfnetlink/libnfnetlink.h')
-rw-r--r--include/libnfnetlink/libnfnetlink.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libnfnetlink/libnfnetlink.h b/include/libnfnetlink/libnfnetlink.h
index 91373b8..c41dad7 100644
--- a/include/libnfnetlink/libnfnetlink.h
+++ b/include/libnfnetlink/libnfnetlink.h
@@ -6,6 +6,10 @@
#ifndef __LIBNFNETLINK_H
#define __LIBNFNETLINK_H
+#ifndef aligned_u64
+#define aligned_u64 unsigned long long __attribute__((aligned(8)))
+#endif
+
#include <linux/types.h>
#include <sys/socket.h> /* for sa_family_t */
#include <linux/netlink.h>