-fixing #2546
[oweals/gnunet.git] / src / hello / gnunet-hello.c
index cbbdce3da285ccaaed246a0469ee94f7affcc2da..bc35cdd3214c63ed7417e98138d9c0d5198587f5 100644 (file)
@@ -156,7 +156,7 @@ main (int argc, char *argv[])
     return 1;
   }
   {
-    char buf[fsize];
+    char buf[fsize] GNUNET_ALIGN;
     
     GNUNET_assert (fsize == 
                   GNUNET_DISK_file_read (fh, buf, fsize));