summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/nfqnl_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/nfqnl_test.c b/utils/nfqnl_test.c
index be72974..7e4edab 100644
--- a/utils/nfqnl_test.c
+++ b/utils/nfqnl_test.c
@@ -61,7 +61,7 @@ int main(int argc, char **argv)
struct nfnl_handle *nh;
int fd;
int rv;
- char buf[4096];
+ char buf[4096] __attribute__ ((aligned));
printf("opening library handle\n");
h = nfq_open();