commit | 4f04e23beff6c18d263bc84a8f08bb06ad5f34bf | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Wed Sep 16 22:54:38 2015 -0700 |
committer | Alex Crichton <alex@alexcrichton.com> | Wed Sep 16 22:54:38 2015 -0700 |
tree | c5ef1c5fc038f9157129f5bdb651a5d250faaa60 | |
parent | 2de0b8b914b6c9ec775d983a739df9325e5851c4 [diff] |
Fix align of in6_addr on Windows
diff --git a/src/windows.rs b/src/windows.rs index 91d0099..0bbea30 100644 --- a/src/windows.rs +++ b/src/windows.rs
@@ -171,6 +171,7 @@ pub struct in6_addr { pub s6_addr: [UCHAR; 16], + _align: [u16; 0], } pub struct ip_mreq {